diff --git a/modules/server/containers/apps/ethercalc.nix b/modules/server/containers/apps/ethercalc.nix index 3c3ccf7..ab02c60 100644 --- a/modules/server/containers/apps/ethercalc.nix +++ b/modules/server/containers/apps/ethercalc.nix @@ -13,6 +13,7 @@ let }; }; in { + sops = true; paths = [{ path="${serverCfg.dataPath}/ethercalc/"; mode = "0666"; @@ -23,7 +24,6 @@ in { subdomain = containerCfg.subdomain; imageStream = image; port = 8080; - ip = containerCfg.ip; secret = name; extraEnv = { ETHERCALC_PORT = "8080";