From f55cc87981c6067e31089cf957a2781fe276773e Mon Sep 17 00:00:00 2001 From: traxys Date: Mon, 8 Apr 2024 23:55:41 +0200 Subject: [PATCH] minus: Enable blueetooth --- hostconfig/minus/nixos.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hostconfig/minus/nixos.nix b/hostconfig/minus/nixos.nix index 411adeb..bb60f65 100644 --- a/hostconfig/minus/nixos.nix +++ b/hostconfig/minus/nixos.nix @@ -81,5 +81,7 @@ services.openssh.enable = true; system.stateVersion = "23.11"; + hardware.bluetooth.enable = true; + hardware.enableRedistributableFirmware = true; }