From fa7b1796b48bcb79a1600ea8ea215005c21dddf4 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sun, 21 May 2023 06:36:32 +0800 Subject: [PATCH] hosts/ni: update the domains for resolved --- hosts/ni/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/ni/default.nix b/hosts/ni/default.nix index 0b8fa6fd..bc649cb0 100644 --- a/hosts/ni/default.nix +++ b/hosts/ni/default.nix @@ -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".