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:
Jaakko Luttinen
2018-01-05 14:47:54 +01:00
committed by Robin Gloster
parent c9b46ccea1
commit 13eaae1610
2 changed files with 17 additions and 2 deletions
+2
View File
@@ -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