summary refs log tree commit diff
diff options
context:
space:
mode:
authorAustin Seipp <aseipp@pobox.com>2014-04-12 21:20:16 -0500
committerAustin Seipp <aseipp@pobox.com>2014-04-12 21:20:18 -0500
commita3155a0e2ac7bc875e6bdbcbd44c336714cfc0da (patch)
tree0bfe46c9d2e110ac2ba66514c940b3b16b012673
parent7e37e4b5ee95da5e023410e350188186484a199c (diff)
downloadnixlib-a3155a0e2ac7bc875e6bdbcbd44c336714cfc0da.tar
nixlib-a3155a0e2ac7bc875e6bdbcbd44c336714cfc0da.tar.gz
nixlib-a3155a0e2ac7bc875e6bdbcbd44c336714cfc0da.tar.bz2
nixlib-a3155a0e2ac7bc875e6bdbcbd44c336714cfc0da.tar.lz
nixlib-a3155a0e2ac7bc875e6bdbcbd44c336714cfc0da.tar.xz
nixlib-a3155a0e2ac7bc875e6bdbcbd44c336714cfc0da.tar.zst
nixlib-a3155a0e2ac7bc875e6bdbcbd44c336714cfc0da.zip
nixos: add a UID for Hydra
Otherwise the Hydra module can't be used when mutableUsers = false;

Signed-off-by: Austin Seipp <aseipp@pobox.com>
-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 c6581fee551b..664aed7fbc9a 100644
--- a/nixos/modules/misc/ids.nix
+++ b/nixos/modules/misc/ids.nix
@@ -129,6 +129,7 @@
       foundationdb = 118;
       newrelic = 119;
       starbound = 120;
+      hydra     = 121;
 
       # When adding a uid, make sure it doesn't match an existing gid.