From 4ff15c64ad5eb65b924ef07274642d71a4a5d746 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 28 Nov 2024 07:33:35 +0000 Subject: [PATCH] Fix bind address of adguardhome --- system/services/adguardhome.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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";