about summary refs log tree commit diff
path: root/vpsadminos.nix
diff options
context:
space:
mode:
Diffstat (limited to 'vpsadminos.nix')
-rw-r--r--vpsadminos.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/vpsadminos.nix b/vpsadminos.nix
index 9c5a666..009d464 100644
--- a/vpsadminos.nix
+++ b/vpsadminos.nix
@@ -10,7 +10,7 @@
 with lib;
 let nameservers = [
   "88.198.92.222" "2a01:4f8:1c0c:82c0::1" # ns1.by.de.dns.opennic.glue
-  "195.90.211.16" # ns15.de.dns.opennic.glue
+  "217.160.70.42" "2001:8d8:1801:86e7::1" # ns13.de.dns.opennic.glue
 ];
 in {
   networking.nameservers = mkDefault nameservers;