diff options
Diffstat (limited to 'hosts/dishwasher/hardware-configuration.nix')
| -rw-r--r-- | hosts/dishwasher/hardware-configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/dishwasher/hardware-configuration.nix b/hosts/dishwasher/hardware-configuration.nix index f9735fb..1a340f3 100644 --- a/hosts/dishwasher/hardware-configuration.nix +++ b/hosts/dishwasher/hardware-configuration.nix @@ -59,5 +59,7 @@ powerManagement.cpuFreqGovernor = lib.mkDefault "performance"; hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; + networking.interfaces.wlan0.useDHCP = true; + networking.interfaces.enp1s0.useDHCP = true; services.logind.lidSwitch = "ignore"; } |
