fix: make hass a system user
This commit is contained in:
parent
e44876445a
commit
a392749343
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue