diff --git a/modules/server/containers/apps/ethercalc.nix b/modules/server/containers/apps/ethercalc.nix index d9eb206..3c3ccf7 100644 --- a/modules/server/containers/apps/ethercalc.nix +++ b/modules/server/containers/apps/ethercalc.nix @@ -27,6 +27,7 @@ in { secret = name; extraEnv = { ETHERCALC_PORT = "8080"; + #CONNECT TO REDIS }; overrides = { volumes = [ diff --git a/modules/server/containers/apps/gitea.nix b/modules/server/containers/apps/gitea.nix index 2cfe9b9..a6f2150 100644 --- a/modules/server/containers/apps/gitea.nix +++ b/modules/server/containers/apps/gitea.nix @@ -120,7 +120,7 @@ in { --instance "https://${containerCfg.subdomain}.${serverCfg.hostDomain}" \ --token "$RUNNER_TOKEN" \ --name "Runner" \ - --labels "ubuntu-latest:docker://gitea/runner-images:ubuntu-latest-slim" \ + --labels "ubuntu-latest:docker://catthehacker/ubuntu:act-latest" \ --no-interactive diff --git a/systems/sandbox/cfg.nix b/systems/sandbox/cfg.nix index 48d81c8..8904884 100644 --- a/systems/sandbox/cfg.nix +++ b/systems/sandbox/cfg.nix @@ -55,11 +55,6 @@ db = true; subdomain = "pad"; }; - ethercalc = { - enable = true; - sops = true; - subdomain = "calc"; - }; gitea = { enable = true; db = true;