Make Isaiah a Proxmox node

This commit is contained in:
Greg Hellings
2024-11-25 13:56:52 -06:00
parent ed53532eed
commit 8730a7f963
5 changed files with 301 additions and 137 deletions
+2 -1
View File
@@ -1,4 +1,4 @@
{ top, overlays, ... }:
{ top, ... }@all:
let
vm = args: (unstable (args // { extraMods = [ top.nixos-generators.nixosModules.all-formats ]; }));
wsl = args: (unstable (args // { extraMods = [ top.wsl.nixosModules.wsl ]; }));
@@ -23,6 +23,7 @@ let
}:
let
nixpkgs = import channel { inherit system; };
overlays = all.overlays ++ [ top.proxmox.overlays.${system} ];
in
channel.lib.nixosSystem {
inherit system;