From feb8f466ecb131143e85c28fa47ce00fb3410d74 Mon Sep 17 00:00:00 2001 From: Sparky Date: Wed, 29 Oct 2025 13:11:31 +0100 Subject: [PATCH] Add local dns --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index 53616e7..7fecfe5 100644 --- a/configuration.nix +++ b/configuration.nix @@ -35,6 +35,7 @@ in # Enable networking networking.networkmanager.enable = true; networking.nameservers = [ + "192.168.1.123" "1.1.1.1" "8.8.8.8" ];