diff --git a/flake.nix b/flake.nix index edcd038..a1e8127 100644 --- a/flake.nix +++ b/flake.nix @@ -20,5 +20,5 @@ specialArgs = {inherit pkgs inputs;}; modules = [(./hosts + "/${host}")]; }); - in {nixosConfigurations = lib.attrsets.genAttrs ["remote"] ns;}; + in {nixosConfigurations = lib.attrsets.genAttrs ["remote" "vmware"] ns;}; }