This commit is contained in:
blahai 2025-01-27 14:03:18 +02:00
parent 2e577184af
commit c6d2a9bf10
Signed by: blahai
SSH key fingerprint: SHA256:ZfCryi+V64yG+vC1ZIIsqgvBCmA31tTi7RJ6M8CvpRc
4 changed files with 0 additions and 4 deletions

View file

@ -3,7 +3,6 @@
./caddy.nix
./forgejo.nix
./redis.nix
./searx.nix
./uptime-kuma.nix
./vaultwarden.nix
];

View file

@ -111,7 +111,6 @@ in {
enable = true;
name = "Theia";
url = cfg.domain;
# token = "KQA3LtLj5s5PGUfVAxVJ2OCcnySDWdgjlsSaGbOJ";
tokenFile = config.age.secrets.forgejo-runner-token.path;
labels = [
"ubuntu-latest:docker://node:22-bookworm"

View file

@ -1 +0,0 @@
{}

View file

@ -3,7 +3,6 @@
config,
...
}: let
inherit (lib) template;
inherit (lib.modules) mkIf;
inherit (lib.services) mkServiceOption;
inherit (lib.secrets) mkSecret;