From eb834fbc8a7688ccf83c96617b3d1ec4b19f0355 Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Fri, 22 Aug 2025 14:37:47 +0200 Subject: [PATCH] framenix: disable WLAN powersave due to issues with the RZ616/MT7922 chip --- hosts/framenix/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/framenix/default.nix b/hosts/framenix/default.nix index 166f4ee..3a31a19 100644 --- a/hosts/framenix/default.nix +++ b/hosts/framenix/default.nix @@ -32,6 +32,9 @@ in "amdgpu.abmlevel=1" # adaptive backlight management ]; + # disable WLAN powersave + networking.networkmanager.settings.connection."wifi.powersave" = 2; + boot.initrd.systemd.enable = true; # at boot by default, limit charging capacity to protect battery.