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