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 {
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";