Add vm busch-nixos-native
This commit is contained in:
parent
2945488b18
commit
4250c76fde
5 changed files with 116 additions and 4 deletions
14
flake.nix
14
flake.nix
|
|
@ -173,6 +173,20 @@
|
|||
];
|
||||
};
|
||||
|
||||
busch-nixos-native = nixpkgs.lib.nixosSystem rec {
|
||||
system = "x86_64-linux";
|
||||
|
||||
specialArgs = {
|
||||
inherit inputs outputs;
|
||||
};
|
||||
|
||||
modules = [
|
||||
./hosts/busch-nixos-native
|
||||
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