mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 14:38:14 +00:00
network-manager: specify full path to sytemctl binary
This commit is contained in:
parent
ea540f8fc6
commit
af8f76c256
@ -194,7 +194,7 @@ in {
|
||||
};
|
||||
|
||||
powerManagement.resumeCommands = ''
|
||||
systemctl restart network-manager
|
||||
${config.systemd.package}/bin/systemctl restart network-manager
|
||||
'';
|
||||
|
||||
security.polkit.extraConfig = polkitConf;
|
||||
|
Loading…
Reference in New Issue
Block a user