Add config for busch
Busch is the proxmox host used for various vms, which will be defined through terraform or similar.
This commit is contained in:
parent
f2b2e26ba9
commit
13ca1dc205
5 changed files with 151 additions and 41 deletions
|
|
@ -115,7 +115,7 @@
|
|||
];
|
||||
};
|
||||
|
||||
server = nixpkgs.lib.nixosSystem rec {
|
||||
busch = nixpkgs.lib.nixosSystem rec {
|
||||
system = "x86_64-linux";
|
||||
|
||||
specialArgs = {
|
||||
|
|
@ -123,7 +123,8 @@
|
|||
};
|
||||
|
||||
modules = [
|
||||
./hosts/nixos-server-test
|
||||
./hosts/busch
|
||||
disko.nixosModules.disko
|
||||
proxmox-nixos.nixosModules.proxmox-ve
|
||||
|
||||
({...}: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue