From 103efdb7a9f7d0a72363b65ec35ef2aa886c3e9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Sun, 22 Feb 2026 01:55:24 +0100 Subject: [PATCH] feat: restart bluetooth on boot for matej-tower --- hosts/matej-tower/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/matej-tower/configuration.nix b/hosts/matej-tower/configuration.nix index 41d72d6..ac5dfc7 100644 --- a/hosts/matej-tower/configuration.nix +++ b/hosts/matej-tower/configuration.nix @@ -53,6 +53,7 @@ }; # Boot - Lanzaboote secure boot + boot.kernelParams = [ "btusb.reset=1" ]; boot.loader.efi.canTouchEfiVariables = true; boot.loader.systemd-boot.enable = lib.mkForce false; boot.lanzaboote = {