fix: make hass a system user
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user