Loading nixos/modules/services/security/cfssl.nix +7 −0 Original line number Diff line number Diff line Loading @@ -164,6 +164,12 @@ in ]; description = "Log level (0 = DEBUG, 5 = FATAL)."; }; disable = lib.mkOption { default = null; type = lib.types.nullOr lib.types.commas; description = "Endpoints to disable (comma-separated list)"; }; }; config = lib.mkIf cfg.enable { Loading Loading @@ -218,6 +224,7 @@ in (opt "tls-remote-ca" tlsRemoteCa) (opt "db-config" dbConfig) (opt "loglevel" (toString logLevel)) (opt "disable" disable) ]; } (lib.mkIf (cfg.dataDir == options.services.cfssl.dataDir.default) { Loading Loading
nixos/modules/services/security/cfssl.nix +7 −0 Original line number Diff line number Diff line Loading @@ -164,6 +164,12 @@ in ]; description = "Log level (0 = DEBUG, 5 = FATAL)."; }; disable = lib.mkOption { default = null; type = lib.types.nullOr lib.types.commas; description = "Endpoints to disable (comma-separated list)"; }; }; config = lib.mkIf cfg.enable { Loading Loading @@ -218,6 +224,7 @@ in (opt "tls-remote-ca" tlsRemoteCa) (opt "db-config" dbConfig) (opt "loglevel" (toString logLevel)) (opt "disable" disable) ]; } (lib.mkIf (cfg.dataDir == options.services.cfssl.dataDir.default) { Loading