diff options
| author | Grisha Shipunov | 2025-01-11 02:54:24 +0100 |
|---|---|---|
| committer | Grisha Shipunov | 2025-01-11 03:09:50 +0100 |
| commit | b28314ca953dec93337f37670d2532dfcb71cb68 (patch) | |
| tree | 613f628891940c6a93f231374e6726b080a17bb8 /hosts/minime/hardware-configuration.nix | |
| parent | 46d43562ad86ebcb59d38d9d50573ad45b3ba851 (diff) | |
minime: networkd
Diffstat (limited to 'hosts/minime/hardware-configuration.nix')
| -rw-r--r-- | hosts/minime/hardware-configuration.nix | 12 |
1 files changed, 0 insertions, 12 deletions
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.<interface>.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; } |
