summaryrefslogtreecommitdiffstats
path: root/system/services
diff options
context:
space:
mode:
Diffstat (limited to 'system/services')
-rw-r--r--system/services/invidious/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/system/services/invidious/default.nix b/system/services/invidious/default.nix
index d03dee4..7a37f50 100644
--- a/system/services/invidious/default.nix
+++ b/system/services/invidious/default.nix
@@ -3,11 +3,9 @@
enable = true;
database = {
createLocally = true;
- #passwordFile = "${config.age.secrets.invidious.path}";
- #host = "localhost";
};
domain = "invidious.vhack.eu";
nginx.enable = true;
- extraSettingsFile = "${config.age.secrets.invidiousSettings.path}";
+ extraSettingsFile = "${config.age.secrets.invidiousHmac.path}";
};
}