1
Fork 0

Disable invidious auto nginx config

This commit is contained in:
prescientmoon 2024-06-11 11:43:21 +02:00
parent b2501ef913
commit e761fadde0
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
2 changed files with 1 additions and 13 deletions

View file

@ -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"
];
};
} }

View file

@ -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" ];