feat(hosts/orion): enable bolt for thunderbolt
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 36s

This commit is contained in:
Price Hiller 2024-09-27 02:02:22 -05:00
parent 9122b34443
commit f95b8f164e
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -6,4 +6,5 @@
boot.extraModprobeConfig = '' boot.extraModprobeConfig = ''
options iwlwifi power_save=1 options iwlwifi power_save=1
''; '';
services.hardware.bolt.enable = true;
} }