1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

network-manager: specify full path to sytemctl binary

This commit is contained in:
Domen Kožar 2014-12-27 11:52:35 +01:00
parent ea540f8fc6
commit af8f76c256

View file

@ -194,7 +194,7 @@ in {
};
powerManagement.resumeCommands = ''
systemctl restart network-manager
${config.systemd.package}/bin/systemctl restart network-manager
'';
security.polkit.extraConfig = polkitConf;