clarify the use of isNormalUser

This commit is contained in:
Kiara Grouwstra 2025-07-05 21:03:28 +02:00
parent a882de0b8e
commit c9b03daaa1
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -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} = {