summary refs log tree commit diff
path: root/nixos/modules/module-list.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/module-list.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/module-list.nix')
-rw-r--r--nixos/modules/module-list.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/module-list.nix b/nixos/modules/module-list.nix
index e5dce84d6ee..db4e2c545b8 100644
--- a/nixos/modules/module-list.nix
+++ b/nixos/modules/module-list.nix
@@ -621,6 +621,7 @@
   ./services/search/hound.nix
   ./services/search/kibana.nix
   ./services/search/solr.nix
+  ./services/security/cfssl.nix
   ./services/security/clamav.nix
   ./services/security/fail2ban.nix
   ./services/security/fprintd.nix