summary refs log tree commit diff
path: root/nixos/modules/misc/ids.nix
diff options
context:
space:
mode:
authorJaakko Luttinen <jaakko.luttinen@iki.fi>2018-01-02 21:45:42 +0200
committerRobin Gloster <mail@glob.in>2018-01-05 14:47:54 +0100
commit13eaae161006f21ca50821111d70ebaddbc843fc (patch)
treec043bf0e9aa2301726bd477caf991a9294fa9ede /nixos/modules/misc/ids.nix
parentc9b46ccea17ca550932c30e9a72ea979c3fe9f0a (diff)
downloadnixlib-13eaae161006f21ca50821111d70ebaddbc843fc.tar
nixlib-13eaae161006f21ca50821111d70ebaddbc843fc.tar.gz
nixlib-13eaae161006f21ca50821111d70ebaddbc843fc.tar.bz2
nixlib-13eaae161006f21ca50821111d70ebaddbc843fc.tar.lz
nixlib-13eaae161006f21ca50821111d70ebaddbc843fc.tar.xz
nixlib-13eaae161006f21ca50821111d70ebaddbc843fc.tar.zst
nixlib-13eaae161006f21ca50821111d70ebaddbc843fc.zip
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.
Diffstat (limited to 'nixos/modules/misc/ids.nix')
-rw-r--r--nixos/modules/misc/ids.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/misc/ids.nix b/nixos/modules/misc/ids.nix
index c6440dd906fd..f44d9a7e09dc 100644
--- a/nixos/modules/misc/ids.nix
+++ b/nixos/modules/misc/ids.nix
@@ -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