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

connman: do not restart after suspend

This commit is contained in:
Yegor Timoshenko 2017-10-05 11:56:59 +00:00 committed by Franz Pletz
parent 826d7d2e8d
commit 22505d8df4

View file

@ -115,10 +115,5 @@ in {
wireless.enable = true;
networkmanager.enable = false;
};
powerManagement.resumeCommands = ''
systemctl restart connman
'';
};
}