Skip to content

Commit

Permalink
connman: do not restart after suspend
Browse files Browse the repository at this point in the history
  • Loading branch information
lukateras authored and fpletz committed Oct 13, 2017
1 parent 826d7d2 commit 22505d8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions nixos/modules/services/networking/connman.nix
Expand Up @@ -115,10 +115,5 @@ in {
wireless.enable = true;
networkmanager.enable = false;
};

powerManagement.resumeCommands = ''
systemctl restart connman
'';

};
}

0 comments on commit 22505d8

Please sign in to comment.