From 0aa34e11a595b46a7ae6c37e294836ed8194da48 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Mon, 20 Nov 2023 10:43:31 +0000 Subject: fixup --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 6c6f0e7..f6c1b0c 100644 --- a/flake.nix +++ b/flake.nix @@ -50,7 +50,7 @@ nixosConfigurations = with lib; mapAttrs mkSystem (modulesIn ./machines); - nixosConfigurations.wsl = modules: + nixosConfigurations.windows = modules: nixosSystem "wsl" ({...}: { imports = modules; }); -- cgit v1.2.3