Update modules/server/containers/apps/ethercalc.nix

This commit is contained in:
2026-05-12 17:44:11 +02:00
parent 65fc9c6df2
commit 79422c180a

View File

@@ -13,6 +13,7 @@ let
}; };
}; };
in { in {
sops = true;
paths = [{ paths = [{
path="${serverCfg.dataPath}/ethercalc/"; path="${serverCfg.dataPath}/ethercalc/";
mode = "0666"; mode = "0666";
@@ -23,7 +24,6 @@ in {
subdomain = containerCfg.subdomain; subdomain = containerCfg.subdomain;
imageStream = image; imageStream = image;
port = 8080; port = 8080;
ip = containerCfg.ip;
secret = name; secret = name;
extraEnv = { extraEnv = {
ETHERCALC_PORT = "8080"; ETHERCALC_PORT = "8080";