mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
network-manager: specify full path to sytemctl binary
(cherry picked from commit af8f76c256
)
Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
parent
3ccd6509ad
commit
ec5fcfa82c
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ in {
|
|||
};
|
||||
|
||||
powerManagement.resumeCommands = ''
|
||||
systemctl restart network-manager
|
||||
${config.systemd.package}/bin/systemctl restart network-manager
|
||||
'';
|
||||
|
||||
security.polkit.extraConfig = polkitConf;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue