fix invidious companion

This commit is contained in:
soraefir
2026-05-17 09:07:50 +02:00
parent 94a27bb403
commit 6ed1514f31
2 changed files with 3 additions and 4 deletions

View File

@@ -15,12 +15,11 @@ let
};
};
in {
sops = true; # Highly recommended for initial admin passwords and setup tokens
db = false; # Using InfluxDB directly as the primary database
sops = true;
paths = [{
path = "${serverCfg.configPath}/influxdb/";
mode = "0700"; # Strict database permissions
mode = "0700";
}];
containers = {