forked from Fediversity/Fediversity
clarify the use of isNormalUser (#436)
Reviewed-on: Fediversity/Fediversity#436 Co-authored-by: Kiara Grouwstra <kiara@procolix.eu> Co-committed-by: Kiara Grouwstra <kiara@procolix.eu>
This commit is contained in:
parent
a882de0b8e
commit
b0848727fd
1 changed files with 2 additions and 5 deletions
|
@ -202,11 +202,8 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
users.users.${name} = {
|
||||
# TODO[Niols]: change to system user or document why we specifically
|
||||
# need a normal user.
|
||||
isNormalUser = true;
|
||||
};
|
||||
# needed to place a config file with home-manager
|
||||
users.users.${name}.isNormalUser = true;
|
||||
|
||||
users.groups.${name} = { };
|
||||
systemd.services.${name} = {
|
||||
|
|
Loading…
Add table
Reference in a new issue