summary refs log tree commit diff
path: root/nixos/modules/misc/ids.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-09-27 15:33:30 +0200
committeraszlig <aszlig@redmoonstudios.org>2016-04-05 18:53:31 +0200
commit743993f4be094ffdb09e503b2fb85251c58acd15 (patch)
tree7eee06c6c51a1281d6137bcc7b724e7e1f136549 /nixos/modules/misc/ids.nix
parent5442f22d0561ad7d83aa1c0889eb5d4c438101f3 (diff)
downloadnixlib-743993f4be094ffdb09e503b2fb85251c58acd15.tar
nixlib-743993f4be094ffdb09e503b2fb85251c58acd15.tar.gz
nixlib-743993f4be094ffdb09e503b2fb85251c58acd15.tar.bz2
nixlib-743993f4be094ffdb09e503b2fb85251c58acd15.tar.lz
nixlib-743993f4be094ffdb09e503b2fb85251c58acd15.tar.xz
nixlib-743993f4be094ffdb09e503b2fb85251c58acd15.tar.zst
nixlib-743993f4be094ffdb09e503b2fb85251c58acd15.zip
nixos/ids: Rename uid and add gid for "taskd"
I'm renaming the attribute name for uid, because the user name is called
"taskd" so we should really use the same name for it.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'nixos/modules/misc/ids.nix')
-rw-r--r--nixos/modules/misc/ids.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/nixos/modules/misc/ids.nix b/nixos/modules/misc/ids.nix
index 19a338a766e4..41bcb4d751fa 100644
--- a/nixos/modules/misc/ids.nix
+++ b/nixos/modules/misc/ids.nix
@@ -259,6 +259,7 @@
       hydra-www = 236;
       syncthing = 237;
       mfi = 238;
+      taskd = 239;
 
       # When adding a uid, make sure it doesn't match an existing gid. And don't use uids above 399!
 
@@ -489,7 +490,7 @@
       radicale = 234;
       syncthing = 237;
       #mfi = 238; # unused
-      taskserver = 239;
+      taskd = 239;
 
       # When adding a gid, make sure it doesn't match an existing
       # uid. Users and groups with the same name should have equal