some hostnames

This commit is contained in:
nora 2025-08-04 21:51:46 +02:00
parent 33a7017375
commit 9121101308
4 changed files with 12 additions and 9 deletions

View file

@ -9,7 +9,7 @@ in
let
hostsEntries = map
(host:
let hostConfig = builtins.getAttr host networkingConfig; in
let hostConfig = networkingConfig."${host}"; in
if builtins.hasAttr "wg" hostConfig then {
name = hostConfig.wg.privateIP;
value = [ "${host}.local" ];