~comcloudway/builds.sr.ht

4fb96bcc1092915801605ffdce84920ad13a53cf — Francesco Gazzetta 2 years ago f1f6b31
nixos,guix: Update OpenNIC anycast dns
2 files changed, 2 insertions(+), 4 deletions(-)

M images/guix/system.scm
M images/nixos/base-system-configuration.nix
M images/guix/system.scm => images/guix/system.scm +1 -2
@@ 32,8 32,7 @@ root ALL=(ALL) ALL
			   (list (static-networking
			    (inherit %qemu-static-networking)
			    (name-servers '(;; OpenNIC
					    "185.121.177.177"
					    "169.239.202.202"
					    "134.195.4.2" ;; https://servers.opennicproject.org/edit.php?srv=ns4.any.dns.opennic.glue
					    ;; Google
					    "8.8.8.8"
					    "8.8.4.4")))))

M images/nixos/base-system-configuration.nix => images/nixos/base-system-configuration.nix +1 -2
@@ 35,8 35,7 @@
    enableIPv6 = false;
    nameservers = [
      # OpenNIC anycast
      "185.121.177.177"
      "169.239.202.202"
      "134.195.4.2" # https://servers.opennicproject.org/edit.php?srv=ns4.any.dns.opennic.glue
      # Google as a fallback :(
      "8.8.8.8"
    ];