fix
This commit is contained in:
@@ -11,7 +11,7 @@ in {
|
||||
runtime = {
|
||||
paths = [
|
||||
{
|
||||
path = "${serverCfg.path.config}/freshrss";
|
||||
path = "${serverCfg.path.config.path}/freshrss";
|
||||
owner = "1000:1000";
|
||||
mode = "0755";
|
||||
}
|
||||
@@ -37,7 +37,7 @@ in {
|
||||
|
||||
overrides = {
|
||||
environmentFiles = [ config.sops.secrets."FRESHRSS".path config.sops.secrets."CUSTOM".path ];
|
||||
volumes = ["${serverCfg.path.config}/freshrss:/var/www/FreshRSS/data"];
|
||||
volumes = ["${serverCfg.path.config.path}/freshrss:/var/www/FreshRSS/data"];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user