mv to forgejo-ci

This commit is contained in:
Kiara Grouwstra 2025-08-06 09:03:06 +02:00
parent f0f7959896
commit 029d98b191
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU
3 changed files with 4 additions and 9 deletions

View file

@ -17,10 +17,4 @@
gateway = "2a00:51c0:13:1305::1";
};
};
nixos.module = {
imports = [
../forgejo-ci/woodpecker.nix
];
};
}

View file

@ -40,6 +40,7 @@ in
imports = [
./forgejo-actions-runner.nix
./woodpecker.nix
];
hardware.cpu.intel.updateMicrocode = mkDefault config.hardware.enableRedistributableFirmware;

View file

@ -33,8 +33,8 @@ concatMapAttrs
wiki-basicauth-htpasswd = [ vm02187 ];
wiki-password = [ vm02187 ];
wiki-smtp-password = [ vm02187 ];
woodpecker-gitea-client = [ fedi203 ];
woodpecker-gitea-secret = [ fedi203 ];
woodpecker-agent-container = [ fedi203 ];
woodpecker-gitea-client = [ forgejo-ci ];
woodpecker-gitea-secret = [ forgejo-ci ];
woodpecker-agent-container = [ forgejo-ci ];
}
)