summaryrefslogtreecommitdiff
path: root/hosts/minime/hardware-configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/minime/hardware-configuration.nix')
-rw-r--r--hosts/minime/hardware-configuration.nix12
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;
}