summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorMike Vink <ivi@vinkies.net>2023-12-03 20:44:07 +0100
committerMike Vink <ivi@vinkies.net>2023-12-03 20:44:07 +0100
commit0be82df940d1dce7ea01efba6cd13b83489992ce (patch)
tree3e98e8a14df56f41ae91f870c54ac9dbb7c15071 /flake.nix
parent1d3adcf453cd1772f3ed0887ca0b224d3eab1c56 (diff)
fixup
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 4 insertions, 1 deletions
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