summary refs log tree commit diff
path: root/nixos/release.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/release.nix
parent812f4749ae76262490e5e3984f8676953da1f5dc (diff)
downloadnixlib-7d7c36f8be6b064aa14d1004d6418f2b3e005e86.tar
nixlib-7d7c36f8be6b064aa14d1004d6418f2b3e005e86.tar.gz
nixlib-7d7c36f8be6b064aa14d1004d6418f2b3e005e86.tar.bz2
nixlib-7d7c36f8be6b064aa14d1004d6418f2b3e005e86.tar.lz
nixlib-7d7c36f8be6b064aa14d1004d6418f2b3e005e86.tar.xz
nixlib-7d7c36f8be6b064aa14d1004d6418f2b3e005e86.tar.zst
nixlib-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/release.nix')
-rw-r--r--nixos/release.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/release.nix b/nixos/release.nix
index dfa4ee9e1278..6a0fd85d7e1e 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -256,6 +256,7 @@ in rec {
   tests.buildbot = callTest tests/buildbot.nix {};
   tests.cadvisor = callTestOnMatchingSystems ["x86_64-linux"] tests/cadvisor.nix {};
   tests.ceph = callTestOnMatchingSystems ["x86_64-linux"] tests/ceph.nix {};
+  tests.cfssl = callTestOnMatchingSystems ["x86_64-linux"] tests/cfssl.nix {};
   tests.chromium = (callSubTestsOnMatchingSystems ["x86_64-linux"] tests/chromium.nix {}).stable or {};
   tests.cjdns = callTest tests/cjdns.nix {};
   tests.cloud-init = callTest tests/cloud-init.nix {};