diff --git a/system/services/adguardhome.nix b/system/services/adguardhome.nix index 23ae02da..ddb47245 100644 --- a/system/services/adguardhome.nix +++ b/system/services/adguardhome.nix @@ -9,7 +9,7 @@ dns = { bind_hosts = [ "127.0.0.1" - "192.168.1.230" + "192.168.0.31" ]; bootstrap_dns = [ "9.9.9.9" @@ -20,7 +20,7 @@ rewrites = [ { domain = "xenia.me.uk"; - answer = "192.168.1.230"; + answer = "192.168.0.31"; } { domain = "*.xenia.me.uk";