restart networkmanager on suspend resume
This commit is contained in:
parent
447691836a
commit
ec9dc730ec
1 changed files with 4 additions and 0 deletions
|
@ -124,6 +124,10 @@ in {
|
|||
wireless.enable = false;
|
||||
};
|
||||
|
||||
powerManagement.resumeCommands = ''
|
||||
systemctl restart NetworkManager
|
||||
'';
|
||||
|
||||
security.polkit.permissions = polkitConf;
|
||||
|
||||
services.dbus.packages = cfg.packages;
|
||||
|
|
Loading…
Reference in a new issue