mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
multiple in-housed modules and enabled gc-roots, ...
This commit is contained in:
parent
8e7d43cbab
commit
7b079e36d8
13 changed files with 516 additions and 34 deletions
|
|
@ -31,7 +31,7 @@ let
|
|||
eval = lib.evalModules {
|
||||
modules = lib.singleton metaBase
|
||||
++ lib.singleton xarg.modules.meta
|
||||
++ lib.attrValues (removeAttrs xarg.targets [ "common" ])
|
||||
++ lib.attrValues xarg.targets
|
||||
++ (map
|
||||
(host: {
|
||||
network.nodes.${host} = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue