about summary refs log tree commit diff
path: root/nixos/modules/services/security/step-ca.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/security/step-ca.nix')
-rw-r--r--nixos/modules/services/security/step-ca.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/nixos/modules/services/security/step-ca.nix b/nixos/modules/services/security/step-ca.nix
index db7f81acd2a39..27b2ceed1a430 100644
--- a/nixos/modules/services/security/step-ca.nix
+++ b/nixos/modules/services/security/step-ca.nix
@@ -1,4 +1,4 @@
-{ config, lib, pkgs, ... }:
+{ config, lib, pkgs, nixosTests, ... }:
 let
   cfg = config.services.step-ca;
   settingsFormat = (pkgs.formats.json { });
@@ -82,6 +82,8 @@ in
       });
     in
     {
+      passthru.tests.step-ca = nixosTests.step-ca;
+
       assertions =
         [
           {