Disable invidious auto nginx config
This commit is contained in:
parent
b2501ef913
commit
e761fadde0
|
@ -1,14 +1,4 @@
|
||||||
{
|
{
|
||||||
virtualisation.oci-containers.backend = "docker";
|
virtualisation.oci-containers.backend = "docker";
|
||||||
|
# TODO: cache some data?
|
||||||
|
|
||||||
environment.persistence = {
|
|
||||||
"/persist/state".directories = [
|
|
||||||
"/var/lib/containers/storage"
|
|
||||||
];
|
|
||||||
|
|
||||||
"/persist/local/cache".directories = [
|
|
||||||
"/var/lib/containers/cache"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,8 +19,6 @@
|
||||||
port = 8414;
|
port = 8414;
|
||||||
hmacKeyFile = config.sops.templates."invidious_hmac_key.json".path;
|
hmacKeyFile = config.sops.templates."invidious_hmac_key.json".path;
|
||||||
|
|
||||||
nginx.enable = true;
|
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
captcha_enabled = false;
|
captcha_enabled = false;
|
||||||
admins = [ "prescientmoon" ];
|
admins = [ "prescientmoon" ];
|
||||||
|
|
Loading…
Reference in a new issue