Add busch-main-docker server

This commit is contained in:
JuliusFreudenberger 2026-03-29 21:00:09 +02:00
parent ae00442324
commit 86bec559e6
4 changed files with 101 additions and 0 deletions

View file

@ -135,6 +135,20 @@
];
};
busch-main-docker = nixpkgs.lib.nixosSystem rec {
system = "x86_64-linux";
specialArgs = {
inherit inputs outputs;
};
modules = [
./hosts/busch-main-docker
disko.nixosModules.disko
agenix.nixosModules.default
];
};
srv01-hf = nixpkgs.lib.nixosSystem rec {
system = "x86_64-linux";