From 488c85f148be9d24b0468be152d346d6aa77ff56 Mon Sep 17 00:00:00 2001 From: yaroslav Date: Tue, 23 Sep 2025 15:43:47 +0300 Subject: [PATCH] added bluetooth to Ratchet --- hosts/Ratchet/hardware-Ratchet.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/Ratchet/hardware-Ratchet.nix b/hosts/Ratchet/hardware-Ratchet.nix index 9db6adc..5279cc0 100644 --- a/hosts/Ratchet/hardware-Ratchet.nix +++ b/hosts/Ratchet/hardware-Ratchet.nix @@ -78,4 +78,6 @@ nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; + + hardware.bluetooth.enable = true; }