summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/networking.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/networking.nix b/config/networking.nix
index cb43347..d1e8d1d 100644
--- a/config/networking.nix
+++ b/config/networking.nix
@@ -11,7 +11,7 @@
prefixLength = 16;
}];
defaultGateway = "93.95.228.1";
- nameservers = [ "93.95.224.28" "93.95.224.29" ];
+ nameservers = [ "93.95.228.28" "93.95.228.29" ];
firewall = {
enable = true;