fix: make hass a system user

This commit is contained in:
2025-04-29 09:48:13 +02:00
parent e44876445a
commit a392749343

View File

@@ -91,6 +91,7 @@ in
createHome = true; createHome = true;
group = "hass"; group = "hass";
uid = uid; uid = uid;
isSystemUser = true;
extraGroups = [ "dialout" ]; extraGroups = [ "dialout" ];
}; };
users.groups.hass.gid = gid; users.groups.hass.gid = gid;