Update modules/server/containers/apps/freshrss.nix

This commit is contained in:
2026-06-03 17:15:37 +02:00
parent 5df88ac25a
commit b14135274b

View File

@@ -7,7 +7,7 @@ in {
db = true;
paths = [
{
path = "${serverCfg.configPath}/freshrss";
path = "${serverCfg.path.config}/freshrss";
owner = "1000:1000";
mode = "0755";
}
@@ -33,7 +33,7 @@ in {
overrides = {
environmentFiles = [ config.sops.secrets."FRESHRSS".path config.sops.secrets."CUSTOM".path ];
volumes = [];
volumes = ["${serverCfg.path.config}/freshrss:/var/www/FreshRSS/data"];
};
};
};