summary refs log tree commit diff
path: root/machines/taureau/devices.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/taureau/devices.nix')
-rw-r--r--machines/taureau/devices.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/machines/taureau/devices.nix b/machines/taureau/devices.nix
index 856dcf1..012b0ce 100644
--- a/machines/taureau/devices.nix
+++ b/machines/taureau/devices.nix
@@ -10,15 +10,6 @@
     kernelModules = [ ];
   };
 
-  networking = {
-    nameservers = [
-      "1.1.1.1" "1.0.0.1"
-    ];
-    # networkd handles our network
-    useDHCP = false;
-  };
-
-  systemd.network.enable = true;
   systemd.network.networks."10-wan" = {
     name = "enp6s16";
     # ipv4 gets it's config through dhcp just fine!