From 0a76a91050c22faeebbbd2afb2ed8d74869cf080 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Wed, 1 May 2024 12:23:27 +0200 Subject: [PATCH] Actully use dns server --- common.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common.nix b/common.nix index 9ddd86d..78b96db 100644 --- a/common.nix +++ b/common.nix @@ -12,8 +12,7 @@ networks = { }; }; nameservers = [ - "2a07:a8c0::fe:e334" - "2a07:a8c1::fe:e334" + "192.168.88.251" ]; networkmanager.enable = true; };