From 0be82df940d1dce7ea01efba6cd13b83489992ce Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Sun, 3 Dec 2023 20:44:07 +0100 Subject: fixup --- flake.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 47a7b20..605190b 100644 --- a/flake.nix +++ b/flake.nix @@ -49,7 +49,10 @@ (hostname: cfg: mkSystem ivi.machines.${hostname} [cfg]) (modulesIn ./machines) - // { iso = (mkSystem { modules = [./iso.nix]; } []); }; + // { + windows = windowsModules: (mkSystem { modules = (attrValues (modulesIn ./profiles/core)) ++ windowsModules; } []); + iso = (mkSystem { modules = [./iso.nix]; } []); + }; deploy.nodes = mapAttrs -- cgit v1.2.3