diff options
author | Emile <git@emile.space> | 2024-07-21 17:56:20 +0200 |
---|---|---|
committer | Emile <git@emile.space> | 2024-07-21 17:56:20 +0200 |
commit | 6fb210b994e16d76cec3d61fb1f5def7324665e9 (patch) | |
tree | f43521c79040fc2e35ada878313782223165e97a /nix | |
parent | f766f8990d26298b66caace649a2d1fdb011405c (diff) |
(networking): defining some nameservers to use
Diffstat (limited to '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"; |