From f95b8f164ebd98914c83173037d448d98279183a Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Fri, 27 Sep 2024 02:02:22 -0500 Subject: [PATCH] feat(hosts/orion): enable `bolt` for thunderbolt --- hosts/orion/os/hardware.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/orion/os/hardware.nix b/hosts/orion/os/hardware.nix index 48b7eb9a..9142a7b6 100644 --- a/hosts/orion/os/hardware.nix +++ b/hosts/orion/os/hardware.nix @@ -6,4 +6,5 @@ boot.extraModprobeConfig = '' options iwlwifi power_save=1 ''; + services.hardware.bolt.enable = true; }