mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
project-wide: Moving to tf-nix for traditional hosts
This commit is contained in:
parent
4ad12c96fa
commit
69c2dcf7f2
8 changed files with 47 additions and 107 deletions
|
|
@ -35,6 +35,6 @@ rec {
|
|||
|
||||
groups = listToAttrs (map (groupName:
|
||||
nameValuePair groupName
|
||||
(filter (host: elem groupName host.config.deploy.groups)
|
||||
(attrValues hosts))) groupNames);
|
||||
(attrNames (filterAttrs (name: host: elem groupName host.config.deploy.groups)
|
||||
hosts))) groupNames);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue