summary refs log tree commit diff
path: root/nixos/modules/misc
diff options
context:
space:
mode:
authorTristan Helmich <tristan.helmich@gmail.com>2016-03-30 20:49:16 +0200
committerTristan Helmich <tristan.helmich@gmail.com>2016-04-28 23:27:57 +0200
commite48580c0831420bd0446c1db3d174bb618cc998f (patch)
treecea9c264387f2b21b0fd86043435e142092e0533 /nixos/modules/misc
parent49b947635fead9f7da703e2ee75667c1273eb34c (diff)
downloadnixlib-e48580c0831420bd0446c1db3d174bb618cc998f.tar
nixlib-e48580c0831420bd0446c1db3d174bb618cc998f.tar.gz
nixlib-e48580c0831420bd0446c1db3d174bb618cc998f.tar.bz2
nixlib-e48580c0831420bd0446c1db3d174bb618cc998f.tar.lz
nixlib-e48580c0831420bd0446c1db3d174bb618cc998f.tar.xz
nixlib-e48580c0831420bd0446c1db3d174bb618cc998f.tar.zst
nixlib-e48580c0831420bd0446c1db3d174bb618cc998f.zip
graylog service: Initial graylog service
Diffstat (limited to 'nixos/modules/misc')
-rw-r--r--nixos/modules/misc/ids.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/misc/ids.nix b/nixos/modules/misc/ids.nix
index 684ca132bc74..7e40c1366677 100644
--- a/nixos/modules/misc/ids.nix
+++ b/nixos/modules/misc/ids.nix
@@ -264,6 +264,7 @@
       taskd = 240;
       factorio = 241;
       emby = 242;
+      graylog = 243;
 
       # When adding a uid, make sure it doesn't match an existing gid. And don't use uids above 399!