mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
Add vmware to config generation in flake
This commit is contained in:
parent
d70d4dc701
commit
ec1fbed4f4
1 changed files with 1 additions and 1 deletions
|
|
@ -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;};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue