mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
hosts/ni: update the domains for resolved
This commit is contained in:
parent
ac8a6f94ed
commit
fa7b1796b4
@ -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".
|
||||
|
Loading…
Reference in New Issue
Block a user