Update modules/server/containers/apps/freshrss.nix
This commit is contained in:
@@ -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"];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user