203 current 2025-10-10 00:56:13 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-10 00:57:54 -05:00
parent 5183e20efc
commit 1e8039d1c1
2 changed files with 2 additions and 2 deletions

View File

@@ -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 = {

View File

@@ -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;