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;
|
||||
group = "hass";
|
||||
uid = uid;
|
||||
isSystemUser = true;
|
||||
extraGroups = [ "dialout" ];
|
||||
};
|
||||
users.groups.hass.gid = gid;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue