summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
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;
});