diff --git a/hosts/quitte/network.nix b/hosts/quitte/network.nix index 5d9c8c8..fb1bcb9 100644 --- a/hosts/quitte/network.nix +++ b/hosts/quitte/network.nix @@ -45,7 +45,12 @@ } ]; networkConfig = { - DNS = "9.9.9.9"; + DNS = [ + "9.9.9.9" + "149.112.112.112" + "2620:fe::fe" + "2620:fe::9" + ]; LLDP = true; EmitLLDP = "nearest-bridge"; };