mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-09-20 00:59:04 +05:30
fix(network): disable wifi power saving
This commit is contained in:
@@ -154,6 +154,7 @@
|
||||
networkmanager = {
|
||||
enable = true;
|
||||
wifi.backend = "iwd";
|
||||
wifi.powersave = false;
|
||||
};
|
||||
wireless.iwd = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user