From a84ca38b458532c4c342627512301c27549d4338 Mon Sep 17 00:00:00 2001 From: Zuckerberg Date: Sun, 8 Mar 2026 12:42:32 -0700 Subject: [PATCH] Disable bolt for now since I don't use it and it sometimes randomly hangs --- machines/fry/hardware-configuration.nix | 2 +- machines/howl/hardware-configuration.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/machines/fry/hardware-configuration.nix b/machines/fry/hardware-configuration.nix index cb2f94a..57f0374 100644 --- a/machines/fry/hardware-configuration.nix +++ b/machines/fry/hardware-configuration.nix @@ -18,7 +18,7 @@ boot.extraModulePackages = [ ]; # thunderbolt - services.hardware.bolt.enable = true; + services.hardware.bolt.enable = false; # firmware firmware.x86_64.enable = true; diff --git a/machines/howl/hardware-configuration.nix b/machines/howl/hardware-configuration.nix index 6706063..cc95bd4 100644 --- a/machines/howl/hardware-configuration.nix +++ b/machines/howl/hardware-configuration.nix @@ -22,7 +22,7 @@ boot.extraModulePackages = [ ]; # thunderbolt - services.hardware.bolt.enable = true; + services.hardware.bolt.enable = false; # firmware firmware.x86_64.enable = true;