summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorMike Vink <mike1994vink@gmail.com>2023-11-20 10:40:09 +0000
committerMike Vink <mike1994vink@gmail.com>2023-11-20 10:40:09 +0000
commitb894af9c5abbe1b12b3571d729115d6aa88a9d83 (patch)
tree0b9ea07b693f67508d0373e88426f1c055b5e8b0 /flake.nix
parent228dfe4ab48689281ec5e603242e50d52330d568 (diff)
fixup
Diffstat (limited to 'flake.nix')
-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: {