{host}.fleet -> {host}.wg.aciceri.dev

This commit is contained in:
Andrea Ciceri 2025-03-14 16:07:32 +01:00
parent 9677a6ca77
commit cba0555c38
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
9 changed files with 23 additions and 24 deletions
modules/wireguard-common

View file

@ -27,6 +27,6 @@
networking.hosts = lib.mapAttrs' (hostname: vpnConfig: {
name = vpnConfig.ip;
value = [ "${hostname}.fleet" ];
value = [ "${hostname}.wg.aciceri.dev" ];
}) vpn;
}