This commit is contained in:
blahai 2025-02-03 21:08:53 +02:00
parent f38cce9ed5
commit 36216c3d56
No known key found for this signature in database
5 changed files with 91 additions and 257 deletions

View file

@ -110,10 +110,12 @@ in {
instances.default = {
enable = true;
name = "Theia";
url = cfg.domain;
url = "https://${cfg.domain}";
tokenFile = config.age.secrets.forgejo-runner-token.path;
labels = [
"ubuntu-latest:docker://node:22-bookworm"
"nixos-latest:docker://nixos/nix"
"lix-latest:docker://git.blahai.gay/blahai/lix"
];
};
};