From 33a934662fe2ff1def90b78f0818fd565e85ebcf Mon Sep 17 00:00:00 2001 From: blake Date: Fri, 10 Oct 2025 00:21:27 -0500 Subject: [PATCH] 198 current 2025-10-09 23:52:36 25.05.20251006.20c4598 6.12.50 * --- flake.nix | 2 +- hosts/snowbelle/configuration.nix | 2 ++ modules/homelab/services/smarthome/homeassistant/default.nix | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index fea25e8..4ce1e17 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 197 current 2025-10-09 23:49:39 25.05.20251006.20c4598 6.12.50 * +# generation: 198 current 2025-10-09 23:52:36 25.05.20251006.20c4598 6.12.50 * { description = "blakes nix config"; inputs = { diff --git a/hosts/snowbelle/configuration.nix b/hosts/snowbelle/configuration.nix index c98c7d2..0cdd420 100644 --- a/hosts/snowbelle/configuration.nix +++ b/hosts/snowbelle/configuration.nix @@ -94,6 +94,8 @@ in # set timezone time.timeZone = "America/Chicago"; + hardware.bluetooth.enable = true; + # define shell programs.zsh.enable = true; diff --git a/modules/homelab/services/smarthome/homeassistant/default.nix b/modules/homelab/services/smarthome/homeassistant/default.nix index 4f0fd5e..157182d 100644 --- a/modules/homelab/services/smarthome/homeassistant/default.nix +++ b/modules/homelab/services/smarthome/homeassistant/default.nix @@ -51,7 +51,7 @@ in home = cfg.data_dir; createHome = true; group = "${service}"; - extraGroups = []; + extraGroups = [ "bluetooth" ]; }; # enable the ${service} service