wifi: disable powersave (fixes suspend issue)

This commit is contained in:
Simon Gardling 2025-08-04 23:44:15 -07:00
parent 4371f44292
commit 937cc9af99
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -16,6 +16,8 @@
wifi = { wifi = {
scanRandMacAddress = true; scanRandMacAddress = true;
# fix suspend issue
powersave = false;
}; };
}; };