diff options
Diffstat (limited to 'nix/hosts/lampadas/configuration.nix')
-rw-r--r-- | nix/hosts/lampadas/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/hosts/lampadas/configuration.nix b/nix/hosts/lampadas/configuration.nix index 64e053c..8d7558a 100644 --- a/nix/hosts/lampadas/configuration.nix +++ b/nix/hosts/lampadas/configuration.nix @@ -54,6 +54,7 @@ in { networking = { hostName = "lampadas"; firewall.enable = true; + nameservers = [ "8.8.8.8" "8.8.4.4" "1.1.1.1"]; }; time.timeZone = "Europe/Berlin"; |