all repos — nixfiles @ efda2e5f03470d72e3973a4b6cf338e4a8fd9812

System and user configuration, managed by nix and home-manager

laptop: don't restart bluetooth when switching generations
Alan Pearce alan@alanpearce.eu
Mon, 04 Nov 2019 14:28:09 +0100
commit

efda2e5f03470d72e3973a4b6cf338e4a8fd9812

parent

18515928f2c650265cdd80ee76adae56ed9b58d0

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M system/settings/hardware/laptop.nixsystem/settings/hardware/laptop.nix
@@ -14,6 +14,7 @@ pulseaudio-modules-bt       ];
     };
   };
+  systemd.services.bluetooth.restartIfChanged = false;
 
   environment.systemPackages = with pkgs; [
     bluez-tools