summaryrefslogtreecommitdiff
path: root/hosts/dishwasher/hardware-configuration.nix
diff options
context:
space:
mode:
authorGrigory Shipunov2022-12-16 20:32:36 +0100
committerGrigory Shipunov2022-12-16 20:33:05 +0100
commit368bceaab3225ede239ad188e6b17b04411712b6 (patch)
treeaf1d3da35e23d795b4db69fc0b9287da26d8e33e /hosts/dishwasher/hardware-configuration.nix
parent9cc55c5d0fe1f2321892fbebd64abd1d3f1967d7 (diff)
update dishwasher
Diffstat (limited to 'hosts/dishwasher/hardware-configuration.nix')
-rw-r--r--hosts/dishwasher/hardware-configuration.nix2
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";
}