summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/flake.nix b/flake.nix
index 6c6f0e7..29a49dd 100644
--- a/flake.nix
+++ b/flake.nix
@@ -50,11 +50,6 @@
nixosConfigurations = with lib;
mapAttrs mkSystem (modulesIn ./machines);
- nixosConfigurations.wsl = modules:
- nixosSystem "wsl" ({...}: {
- imports = modules;
- });
-
deploy.nodes =
mapAttrs
(hostname: machine: {