diff --git a/modules/server/containers/apps/ethercalc.nix b/modules/server/containers/apps/ethercalc.nix index ab02c60..9d00b73 100644 --- a/modules/server/containers/apps/ethercalc.nix +++ b/modules/server/containers/apps/ethercalc.nix @@ -15,7 +15,7 @@ let in { sops = true; paths = [{ - path="${serverCfg.dataPath}/ethercalc/"; + path="${serverCfg.path.data}/ethercalc/"; mode = "0666"; }]; @@ -31,7 +31,7 @@ in { }; overrides = { volumes = [ - "${serverCfg.dataPath}/ethercalc:/data" + "${serverCfg.path.data}/ethercalc:/data" ]; }; };