hosts/ni: update the domains for resolved

This commit is contained in:
Gabriel Arazas 2023-05-21 06:36:32 +08:00
parent ac8a6f94ed
commit fa7b1796b4
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -202,7 +202,10 @@ in
system.stateVersion = "22.11"; # Yes! I read the comment!
# Setting up split DNS whenever possible.
services.resolved.domains = [ "~plover.foodogsquared.one" ];
services.resolved.domains = [
"~plover.foodogsquared.one"
"~0.27.172.in-addr.arpa"
];
# Setting up Wireguard as a VPN tunnel. Since this is a laptop that meant to
# be used anywhere, we're configuring Wireguard here as a "client".