From 1e8039d1c17c215648f8bb748e80f53cc65a121d Mon Sep 17 00:00:00 2001 From: blake Date: Fri, 10 Oct 2025 00:57:54 -0500 Subject: [PATCH] 203 current 2025-10-10 00:56:13 25.05.20251006.20c4598 6.12.50 * --- flake.nix | 2 +- modules/homelab/services/smarthome/homeassistant/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index b342de6..dcf0eff 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 202 current 2025-10-10 00:53:49 25.05.20251006.20c4598 6.12.50 * +# generation: 203 current 2025-10-10 00:56:13 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 1b03124..fa28eec 100644 --- a/modules/homelab/services/smarthome/homeassistant/default.nix +++ b/modules/homelab/services/smarthome/homeassistant/default.nix @@ -44,7 +44,7 @@ in users.groups.hass = { gid = lib.mkForce cfg.ids; }; # declare ${service} user - users.users.${service} = { + users.users.hass = { description = "${service} server user"; uid = lib.mkForce cfg.ids; isSystemUser = true;