From 22505d8df4513590616713b2704121caf9a8181b Mon Sep 17 00:00:00 2001 From: Yegor Timoshenko Date: Thu, 5 Oct 2017 11:56:59 +0000 Subject: [PATCH] connman: do not restart after suspend --- nixos/modules/services/networking/connman.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/nixos/modules/services/networking/connman.nix b/nixos/modules/services/networking/connman.nix index d0683b87780..546d2706923 100644 --- a/nixos/modules/services/networking/connman.nix +++ b/nixos/modules/services/networking/connman.nix @@ -115,10 +115,5 @@ in { wireless.enable = true; networkmanager.enable = false; }; - - powerManagement.resumeCommands = '' - systemctl restart connman - ''; - }; }