mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
disable networkmanager powersave
This commit is contained in:
parent
c5c8719dc7
commit
47fecb968a
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ with lib;
|
|||
programs.steam.enable = true;
|
||||
services.pcscd.enable = true;
|
||||
virtualisation.podman.enable = true;
|
||||
networking.networkmanager.wifi.powersave = false;
|
||||
|
||||
# Pipewire
|
||||
sound.enable = true;
|
||||
|
|
Loading…
Reference in a new issue