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;