aaaa
This commit is contained in:
parent
aed461750e
commit
626cf8adba
2 changed files with 15 additions and 17 deletions
|
|
@ -36,10 +36,9 @@ with lib;
|
|||
(server: _: nameValuePair ("container@${container server}") ({ requires = [ "network-addresses-${bridgeExt}.service" ]; }))
|
||||
cfg.config
|
||||
);
|
||||
containers = imap0
|
||||
(i: name: {
|
||||
name = name;
|
||||
value = {
|
||||
containers = builtins.listToAttrs (imap0
|
||||
(i: name: nameValuePair name
|
||||
{
|
||||
autoStart = true;
|
||||
ephemeral = true;
|
||||
enableTun = true;
|
||||
|
|
@ -67,9 +66,8 @@ with lib;
|
|||
};
|
||||
};
|
||||
|
||||
};
|
||||
})
|
||||
(builtins.attrNames cfg.config);
|
||||
})
|
||||
(builtins.attrNames cfg.config));
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue