From ec1fbed4f45915769eeacaa1aa97240dc3a66dd9 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Sat, 14 Sep 2024 11:49:48 +0000 Subject: [PATCH] Add vmware to config generation in flake --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;}; }