From d452ec86dd86dbab39c21a260b1a84cbd96ce037 Mon Sep 17 00:00:00 2001 From: marc Date: Sun, 22 Dec 2024 16:18:43 +0100 Subject: [PATCH] Remove nameserver from quinto --- hosts/quinto/hardware.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/quinto/hardware.nix b/hosts/quinto/hardware.nix index 8d24782..55b499a 100644 --- a/hosts/quinto/hardware.nix +++ b/hosts/quinto/hardware.nix @@ -28,7 +28,6 @@ interfaces = { ens3.useDHCP = lib.mkDefault true; }; - nameservers = [ "108.61.10.10" ]; }; virtualisation.hypervGuest.enable = true;