dns
This commit is contained in:
parent
1f65e12585
commit
7584ff9a39
5 changed files with 49 additions and 48 deletions
|
|
@ -32,4 +32,7 @@ rec {
|
|||
lib.attrValues (lib.filterAttrs (n: _: n != host) wireguard-network)
|
||||
);
|
||||
|
||||
ips =
|
||||
with builtins;
|
||||
mapAttrs (name: value: head (lib.splitString "/" (head value.ips))) wireguard-network;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue