diff --git a/configuration.nix b/configuration.nix index 6d3673d..98b9422 100644 --- a/configuration.nix +++ b/configuration.nix @@ -60,6 +60,7 @@ prefixLength = 24; } ]; + nameservers = ["8.8.8.8" "1.1.1.1"]; }; services.openssh.enable = true;