From d6b4150013d4e10714a912796cb404e96b9217a5 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Mon, 20 Nov 2023 10:40:56 +0000 Subject: fixup --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 29a49dd..6c6f0e7 100644 --- a/flake.nix +++ b/flake.nix @@ -50,6 +50,11 @@ nixosConfigurations = with lib; mapAttrs mkSystem (modulesIn ./machines); + nixosConfigurations.wsl = modules: + nixosSystem "wsl" ({...}: { + imports = modules; + }); + deploy.nodes = mapAttrs (hostname: machine: { -- cgit v1.2.3