diff --git a/nixos/hosts/queen/configuration.nix b/nixos/hosts/queen/configuration.nix index 5e93a27..ce58117 100644 --- a/nixos/hosts/queen/configuration.nix +++ b/nixos/hosts/queen/configuration.nix @@ -118,7 +118,7 @@ networking.nat.internalInterfaces = ["ve-+"]; networking.nat.externalInterface = "ens18"; networking.enableIPv6 = lib.mkForce true; - networking.nameservers = ["2a02:c207::1:53" "2a02:c207::2:53"]; + networking.nameservers = ["1.1.1.1" "2a02:c207::1:53" "2a02:c207::2:53"]; networking.firewall.enable = true;