From c5ff6683000f023f65c34de3405d8843d1f37f87 Mon Sep 17 00:00:00 2001 From: Felix Albrigtsen Date: Mon, 18 Sep 2023 14:00:45 +0200 Subject: [PATCH] Minor update; fix DHCP --- hosts/voyager/hardware-configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/voyager/hardware-configuration.nix b/hosts/voyager/hardware-configuration.nix index 5bd3a26..b49b575 100644 --- a/hosts/voyager/hardware-configuration.nix +++ b/hosts/voyager/hardware-configuration.nix @@ -29,7 +29,6 @@ # (the default) this is the recommended approach. When using systemd-networkd it's # still possible to use this option, but it's recommended to use it in conjunction # with explicit per-interface declarations with `networking.interfaces..useDHCP`. - networking.useDHCP = lib.mkDefault true; # networking.interfaces.eno1.useDHCP = lib.mkDefault true; # networking.interfaces.eno2.useDHCP = lib.mkDefault true; # networking.interfaces.idrac.useDHCP = lib.mkDefault true;