summary refs log tree commit diff
path: root/nixos/modules/misc/ids.nix
diff options
context:
space:
mode:
authorJohan Thomsen <jth@dbc.dk>2018-07-26 16:25:34 +0200
committerJohan Thomsen <jth@dbc.dk>2018-08-03 09:40:32 +0200
commit7d7c36f8be6b064aa14d1004d6418f2b3e005e86 (patch)
tree497b63874d8d773c8f538808caecda73c617cae0 /nixos/modules/misc/ids.nix
parent812f4749ae76262490e5e3984f8676953da1f5dc (diff)
downloadnixpkgs-7d7c36f8be6b064aa14d1004d6418f2b3e005e86.tar
nixpkgs-7d7c36f8be6b064aa14d1004d6418f2b3e005e86.tar.gz
nixpkgs-7d7c36f8be6b064aa14d1004d6418f2b3e005e86.tar.bz2
nixpkgs-7d7c36f8be6b064aa14d1004d6418f2b3e005e86.tar.lz
nixpkgs-7d7c36f8be6b064aa14d1004d6418f2b3e005e86.tar.xz
nixpkgs-7d7c36f8be6b064aa14d1004d6418f2b3e005e86.tar.zst
nixpkgs-7d7c36f8be6b064aa14d1004d6418f2b3e005e86.zip
nixos/cfssl: init
- based on module originally written by @srhb
- complies with available options in cfssl v1.3.2
- uid and gid 299 reserved in ids.nix
- added simple nixos test case
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 782f6c8f69d..f73660ed99d 100644
--- a/nixos/modules/misc/ids.nix
+++ b/nixos/modules/misc/ids.nix
@@ -323,6 +323,7 @@
       mapred = 296;
       hadoop = 297;
       hydron = 298;
+      cfssl = 299;
 
       # When adding a uid, make sure it doesn't match an existing gid. And don't use uids above 399!
 
@@ -606,6 +607,7 @@
       mapred = 296;
       hadoop = 297;
       hydron = 298;
+      cfssl = 299;
 
       # When adding a gid, make sure it doesn't match an existing
       # uid. Users and groups with the same name should have equal