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