Add busch-main-docker server
This commit is contained in:
parent
ae00442324
commit
86bec559e6
4 changed files with 101 additions and 0 deletions
14
flake.nix
14
flake.nix
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue