mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 22:29:06 +01:00
networking: Remove options nodes and peers
This commit is contained in:
parent
25e81ccc80
commit
253c897a5f
3 changed files with 12 additions and 38 deletions
|
|
@ -33,7 +33,9 @@ let
|
|||
};
|
||||
|
||||
nodeRecords =
|
||||
netCfg.nodes
|
||||
allHosts
|
||||
|> lib.attrValues
|
||||
|> lib.map (host: host.config.custom.networking)
|
||||
|> lib.map (node: {
|
||||
name = node.hostName;
|
||||
inherit (node.overlay) address;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue