mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
Fix networkmanager resumeCommands
Small typo prevented the post resume script to restart network manager
This commit is contained in:
parent
60d3660f71
commit
aba0d8a73d
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
powerManagement.resumeCommands = ''
|
powerManagement.resumeCommands = ''
|
||||||
Systemctl restart network-manager
|
systemctl restart network-manager
|
||||||
'';
|
'';
|
||||||
|
|
||||||
security.polkit.extraConfig = polkitConf;
|
security.polkit.extraConfig = polkitConf;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue