From b28314ca953dec93337f37670d2532dfcb71cb68 Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Sat, 11 Jan 2025 02:54:24 +0100 Subject: minime: networkd --- hosts/minime/hardware-configuration.nix | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'hosts/minime/hardware-configuration.nix') diff --git a/hosts/minime/hardware-configuration.nix b/hosts/minime/hardware-configuration.nix index f714d9e..12c658f 100644 --- a/hosts/minime/hardware-configuration.nix +++ b/hosts/minime/hardware-configuration.nix @@ -55,18 +55,6 @@ randomEncryption = true; } ]; - # 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.enp0s13f0u1u1.useDHCP = lib.mkDefault true; - # networking.interfaces.enp2s0f0.useDHCP = lib.mkDefault true; - # networking.interfaces.enp2s0f1.useDHCP = lib.mkDefault true; - # networking.interfaces.enp87s0.useDHCP = lib.mkDefault true; - # networking.interfaces.enp90s0.useDHCP = lib.mkDefault true; - # networking.interfaces.wlp91s0.useDHCP = lib.mkDefault true; - nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; } -- cgit v1.3.1