From 368bceaab3225ede239ad188e6b17b04411712b6 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Fri, 16 Dec 2022 20:32:36 +0100 Subject: update dishwasher --- hosts/dishwasher/hardware-configuration.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hosts/dishwasher/hardware-configuration.nix') 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"; } -- cgit v1.3.1