3
0
Fork 0
forked from mirrors/nixpkgs

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;