updates and migrations
This commit is contained in:
parent
8612ea5e53
commit
2b16f87b36
7 changed files with 1363 additions and 27 deletions
|
@ -123,13 +123,15 @@
|
|||
proxmox-lxc = nixos-generators.nixosGenerate {
|
||||
inherit pkgs;
|
||||
format = "proxmox-lxc";
|
||||
modules = [ (import ./nixos/templates/proxmox-lxc.nix) ];
|
||||
modules = (util.base_imports)
|
||||
++ [ (import ./nixos/templates/proxmox-lxc.nix) ];
|
||||
};
|
||||
|
||||
proxmox-vm = nixos-generators.nixosGenerate {
|
||||
inherit system pkgs;
|
||||
format = "proxmox";
|
||||
modules = [ (import ./nixos/templates/proxmox-vm.nix) ];
|
||||
modules = (util.base_imports)
|
||||
++ [ (import ./nixos/templates/proxmox-vm.nix) ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue