From 96340dffb6bcfae8d6a54bfb8a962346c9fcfd6f Mon Sep 17 00:00:00 2001 From: blake Date: Thu, 9 Oct 2025 20:38:26 -0500 Subject: [PATCH] 181 current 2025-10-09 20:18:51 25.05.20251006.20c4598 6.12.50 * --- flake.nix | 2 +- modules/homelab/services/smarthome/homeassistant/default.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 06ffe93..b03f950 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 180 current 2025-10-09 20:07:23 25.05.20251006.20c4598 6.12.50 * +# generation: 181 current 2025-10-09 20:18:51 25.05.20251006.20c4598 6.12.50 * { description = "blakes nix config"; inputs = { diff --git a/modules/homelab/services/smarthome/homeassistant/default.nix b/modules/homelab/services/smarthome/homeassistant/default.nix index b4071e2..2d2821d 100644 --- a/modules/homelab/services/smarthome/homeassistant/default.nix +++ b/modules/homelab/services/smarthome/homeassistant/default.nix @@ -76,8 +76,8 @@ in # override umask to make permissions work out systemd.services.${service}.serviceConfig = { UMask = lib.mkForce "0007"; -# User = "${service}"; -# Group = "${service}"; + User = "${service}"; + Group = "${service}"; }; # # open firewall