nixos/service.tt-rss: use tt_rss user
- Add tt_rss system user. - Use tt_rss as the user by default. - Create tt_rss user and group automatically if used.
This commit is contained in:
committed by
Robin Gloster
parent
c9b46ccea1
commit
13eaae1610
@@ -301,6 +301,7 @@
|
||||
pykms = 282;
|
||||
kodi = 283;
|
||||
restya-board = 284;
|
||||
tt_rss = 285;
|
||||
|
||||
# When adding a uid, make sure it doesn't match an existing gid. And don't use uids above 399!
|
||||
|
||||
@@ -570,6 +571,7 @@
|
||||
pykms = 282;
|
||||
kodi = 283;
|
||||
restya-board = 284;
|
||||
tt_rss = 285;
|
||||
|
||||
# When adding a gid, make sure it doesn't match an existing
|
||||
# uid. Users and groups with the same name should have equal
|
||||
|
||||
Reference in New Issue
Block a user