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