From b894af9c5abbe1b12b3571d729115d6aa88a9d83 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Mon, 20 Nov 2023 10:40:09 +0000 Subject: fixup --- flake.nix | 5 ----- 1 file changed, 5 deletions(-) (limited to 'flake.nix') 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: { -- cgit v1.2.3