summary refs log tree commit diff
path: root/machines/corsac/devices.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/corsac/devices.nix')
-rw-r--r--machines/corsac/devices.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/machines/corsac/devices.nix b/machines/corsac/devices.nix
index a2215fd..971983b 100644
--- a/machines/corsac/devices.nix
+++ b/machines/corsac/devices.nix
@@ -11,9 +11,6 @@
     initrd.systemd.enable = true;
   };
 
-  networking.useDHCP = false;
-
-  systemd.network.enable = true;
   systemd.network.networks."20-wired" = {
     name = "enp1s0";
     DHCP = "yes";