about summary refs log tree commit diff
path: root/vpsadminos.nix
diff options
context:
space:
mode:
authorNguyễn Gia Phong <cnx@loang.net>2023-07-27 01:44:21 +0900
committerNguyễn Gia Phong <cnx@loang.net>2023-07-27 01:45:25 +0900
commitd36a0b9d3b9ce64283b03469fd4f577c976e3390 (patch)
treebcdd1d3321d6281a102997f0449b1efb2df897ea /vpsadminos.nix
parentc4938c54ff6156c050411bd42b9ed3aa5c894ee0 (diff)
downloadnixos-conf-d36a0b9d3b9ce64283b03469fd4f577c976e3390.tar.gz
Snapshot OpenNIC stuff
I should get back on the webring impl some time soon.
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;