Add vmware to config generation in flake

This commit is contained in:
TheWanderingCrow 2024-09-14 11:49:48 +00:00
parent d70d4dc701
commit ec1fbed4f4

View file

@ -20,5 +20,5 @@
specialArgs = {inherit pkgs inputs;}; specialArgs = {inherit pkgs inputs;};
modules = [(./hosts + "/${host}")]; modules = [(./hosts + "/${host}")];
}); });
in {nixosConfigurations = lib.attrsets.genAttrs ["remote"] ns;}; in {nixosConfigurations = lib.attrsets.genAttrs ["remote" "vmware"] ns;};
} }