summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorAlan Pearce2019-11-04 14:28:09 +0100
committerAlan Pearce2019-11-04 14:28:09 +0100
commitefda2e5f03470d72e3973a4b6cf338e4a8fd9812 (patch)
tree108dfae4623f249dd2da85df45114a808c86e78b /system
parent18515928f2c650265cdd80ee76adae56ed9b58d0 (diff)
downloadnixfiles-efda2e5f03470d72e3973a4b6cf338e4a8fd9812.tar.lz
nixfiles-efda2e5f03470d72e3973a4b6cf338e4a8fd9812.tar.zst
nixfiles-efda2e5f03470d72e3973a4b6cf338e4a8fd9812.zip
laptop: don't restart bluetooth when switching generations
Diffstat (limited to 'system')
-rw-r--r--system/settings/hardware/laptop.nix1
1 files changed, 1 insertions, 0 deletions
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