From a3576e284b12bb0cc3080078a528506ec59ac413 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sun, 15 Jan 2023 22:48:29 +0100 Subject: use systemd-networkd --- kuro/hardware-configuration.nix | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'kuro') diff --git a/kuro/hardware-configuration.nix b/kuro/hardware-configuration.nix index 3eb66db..75d271e 100644 --- a/kuro/hardware-configuration.nix +++ b/kuro/hardware-configuration.nix @@ -20,14 +20,8 @@ swapDevices = [ ]; - # Enables DHCP on each ethernet and wireless interface. In case of scripted networking - # (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.enp1s0.useDHCP = lib.mkDefault true; - # networking.interfaces.enp2s0.useDHCP = lib.mkDefault true; - # networking.interfaces.wlo1.useDHCP = lib.mkDefault true; + # Enables DHCP on the right ethernet interface. + networking.interfaces.enp1s0.useDHCP = true; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; -- cgit v1.2.3