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; };