From efda2e5f03470d72e3973a4b6cf338e4a8fd9812 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 4 Nov 2019 14:28:09 +0100 Subject: laptop: don't restart bluetooth when switching generations --- system/settings/hardware/laptop.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'system') diff --git a/system/settings/hardware/laptop.nix b/system/settings/hardware/laptop.nix index bb715408..abbb2ebb 100644 --- a/system/settings/hardware/laptop.nix +++ b/system/settings/hardware/laptop.nix @@ -14,6 +14,7 @@ ]; }; }; + systemd.services.bluetooth.restartIfChanged = false; environment.systemPackages = with pkgs; [ bluez-tools -- cgit 1.4.1