remove forgejo-actions-runner (replaced by ansible-infra host)

This commit is contained in:
June 2026-07-03 04:10:27 +02:00
commit 8d41dcf7ca
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0
8 changed files with 0 additions and 300 deletions

View file

@ -127,20 +127,6 @@
];
};
forgejo-actions-runner = nixpkgs.lib.nixosSystem {
inherit system;
modules = [
self.nixosModules.common
self.nixosModules.proxmox-vm
sops-nix.nixosModules.sops
self.nixosModules.prometheus-exporter
./config/hosts/forgejo-actions-runner
];
specialArgs = {
inherit authorizedKeysRepo;
};
};
ptouch-print-server = nixpkgs.lib.nixosSystem {
inherit system specialArgs;
modules = [