summary refs log tree commit diff
path: root/nixos/modules/misc/ids.nix
diff options
context:
space:
mode:
authorThomas Bereknyei <tomberek@gmail.com>2014-03-12 03:32:56 -0400
committerThomas Bereknyei <tomberek@gmail.com>2014-03-12 03:32:56 -0400
commita2353866a82c4233bb79beda2019eda5e2fad03d (patch)
treea462776e1dab509161d80afb17521218b1a272c5 /nixos/modules/misc/ids.nix
parentef825eaca72a66c8e1f7be562938fbaefc8de874 (diff)
downloadnixpkgs-a2353866a82c4233bb79beda2019eda5e2fad03d.tar
nixpkgs-a2353866a82c4233bb79beda2019eda5e2fad03d.tar.gz
nixpkgs-a2353866a82c4233bb79beda2019eda5e2fad03d.tar.bz2
nixpkgs-a2353866a82c4233bb79beda2019eda5e2fad03d.tar.lz
nixpkgs-a2353866a82c4233bb79beda2019eda5e2fad03d.tar.xz
nixpkgs-a2353866a82c4233bb79beda2019eda5e2fad03d.tar.zst
nixpkgs-a2353866a82c4233bb79beda2019eda5e2fad03d.zip
UID/GID fix for kippo
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 e50819d6d00..ad344dfbc11 100644
--- a/nixos/modules/misc/ids.nix
+++ b/nixos/modules/misc/ids.nix
@@ -116,6 +116,7 @@
       dictd = 105;
       couchdb = 106;
       searx = 107;
+      kippo = 108;
 
       # When adding a uid, make sure it doesn't match an existing gid.
 
@@ -210,6 +211,7 @@
       dictd = 105;
       couchdb = 106;
       searx = 107;
+      kippo = 108;
 
       # When adding a gid, make sure it doesn't match an existing uid.