about summary refs log tree commit diff
path: root/machines/devhell/gunnr.nix
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2019-09-25 09:26:47 +0100
committerdevhell <devhell@mailfresser.de>2019-09-25 09:27:43 +0100
commitbb5f47ab5c28fe61a2388f26be6832e4e2b84151 (patch)
tree510dd8e4536f5653e871ff8c764c18b6b11106f2 /machines/devhell/gunnr.nix
parentb0ec67b409dc389890d1debed4fe2317bacff366 (diff)
machines/gunnr: Remove Cloudflare DNS addresses
These are now blocked by university's network. *sigh*
Diffstat (limited to 'machines/devhell/gunnr.nix')
-rw-r--r--machines/devhell/gunnr.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/machines/devhell/gunnr.nix b/machines/devhell/gunnr.nix
index eacd0afe..25016054 100644
--- a/machines/devhell/gunnr.nix
+++ b/machines/devhell/gunnr.nix
@@ -58,9 +58,6 @@
   # FIXME Check if this is still necessary in the future
   systemd.services.systemd-networkd-wait-online.enable = false;
   
-  # XXX Ensure that these are added in addition to the DHCP provided DNS servers
-  systemd.network.networks."99-main".dns = [ "1.1.1.1" "1.0.0.1" ];
-
   networking = {
     hostName = "gunnr";
     hostId = "29e6affc";