ready for runners

This commit is contained in:
plasmagoat 2025-06-06 23:32:17 +02:00
parent fc9971ddc9
commit 7dd5043b5d
49 changed files with 2569 additions and 1085 deletions

View file

@ -34,9 +34,14 @@
modules = [ ./hosts/sandbox/host.nix ];
};
dns = nixpkgs.lib.nixosSystem {
inherit system;
modules = [ ./hosts/dns/host.nix ];
};
monitoring = nixpkgs.lib.nixosSystem {
inherit system;
modules = [ ./hosts/monitoring/host.nix ];
modules = [ ./hosts/monitoring/host.nix sops-nix.nixosModules.sops ];
};
forgejo = nixpkgs.lib.nixosSystem {
@ -44,6 +49,12 @@
modules = [ ./hosts/forgejo/host.nix sops-nix.nixosModules.sops ];
};
runner01 = nixpkgs.lib.nixosSystem {
inherit system;
modules = [ ./hosts/forgejo-runner/host.nix sops-nix.nixosModules.sops ];
specialArgs.runnerId = "01";
};
# dockerHost = pkgs.lib.nixosSystem {
# inherit system;
# modules = [