From 05908da2c997aa6408b9e4926941406868102176 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Mon, 20 Nov 2023 10:44:24 +0000 Subject: fixup --- flake.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.nix b/flake.nix index f6c1b0c..c90e025 100644 --- a/flake.nix +++ b/flake.nix @@ -48,12 +48,12 @@ in with lib; { inherit lib; nixosConfigurations = with lib; - mapAttrs mkSystem (modulesIn ./machines); - - nixosConfigurations.windows = modules: - nixosSystem "wsl" ({...}: { - imports = modules; - }); + mapAttrs mkSystem (modulesIn ./machines) // { + windows = modules: + nixosSystem "wsl" ({...}: { + imports = modules; + }) + }; deploy.nodes = mapAttrs -- cgit v1.2.3