From 64ec74b21d4712ddbe1ec466393d988bd9874aa0 Mon Sep 17 00:00:00 2001 From: CherryKitten Date: Tue, 11 Jun 2024 11:57:13 +0200 Subject: [PATCH] enable bolt on tabby --- hosts/tabby/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/tabby/default.nix b/hosts/tabby/default.nix index eb575db..7a42933 100644 --- a/hosts/tabby/default.nix +++ b/hosts/tabby/default.nix @@ -9,6 +9,7 @@ inputs.nixos-hardware.nixosModules.framework-16-7040-amd ]; + services.hardware.bolt.enable = true; cherrykitten.impermanence.enable = true; boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true;