From cd4c727255d19212c4cf5513e3dfcca0a88f8473 Mon Sep 17 00:00:00 2001 From: soraefir Date: Tue, 12 May 2026 01:06:14 +0200 Subject: [PATCH] gitea runner --- modules/server/containers/apps/ethercalc.nix | 1 + modules/server/containers/apps/gitea.nix | 2 +- systems/sandbox/cfg.nix | 5 ----- 3 files changed, 2 insertions(+), 6 deletions(-) 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;