Re-enabled invidious
This commit is contained in:
parent
9ae75623de
commit
b7a6f9807b
2 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
"adguard-home"
|
"adguard-home"
|
||||||
"cloudflare-dyndns"
|
"cloudflare-dyndns"
|
||||||
"rock5b-proxy"
|
"rock5b-proxy"
|
||||||
# "invidious"
|
"invidious"
|
||||||
"searx"
|
"searx"
|
||||||
"rock5b-samba"
|
"rock5b-samba"
|
||||||
"paperless"
|
"paperless"
|
||||||
|
|
|
@ -2,5 +2,6 @@
|
||||||
services.invidious = {
|
services.invidious = {
|
||||||
enable = true;
|
enable = true;
|
||||||
port = 3001;
|
port = 3001;
|
||||||
|
settings.db.user = "invidious";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue