From 80986e73be7bebd5ec51a3654feb235507aba204 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Thu, 4 Apr 2024 19:18:33 +0200 Subject: [PATCH] Update servenix dns --- ServeNix/configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ServeNix/configuration.nix b/ServeNix/configuration.nix index 6e1dc5b..167991a 100644 --- a/ServeNix/configuration.nix +++ b/ServeNix/configuration.nix @@ -12,7 +12,7 @@ # DNS (required for internet) - ./services/adguard.nix + # ./services/adguard.nix # NOTE: Runs on ThinkNix # ./services/pihole.nix # My own stuff @@ -103,8 +103,8 @@ }]; defaultGateway = "192.168.86.5"; nameservers = [ - "127.0.0.1" - # "192.168.86.25" + # "127.0.0.1" + "192.168.86.26" # "8.8.8.8" ]; };