summary refs log tree commit diff
path: root/nixos/modules/services/web-apps
diff options
context:
space:
mode:
authorWilliButz <wbutz@cyberfnord.de>2018-09-18 17:07:46 +0200
committerRobin Gloster <mail@glob.in>2018-09-18 23:15:34 +0200
commitfc93264f5985660c4f50c6cd762f45c06a3eb450 (patch)
tree09fbb01fb4d66cf165891d9c60d822fc8f4cd564 /nixos/modules/services/web-apps
parent35378f014161c1d794dc89b6969275396cb601de (diff)
downloadnixlib-fc93264f5985660c4f50c6cd762f45c06a3eb450.tar
nixlib-fc93264f5985660c4f50c6cd762f45c06a3eb450.tar.gz
nixlib-fc93264f5985660c4f50c6cd762f45c06a3eb450.tar.bz2
nixlib-fc93264f5985660c4f50c6cd762f45c06a3eb450.tar.lz
nixlib-fc93264f5985660c4f50c6cd762f45c06a3eb450.tar.xz
nixlib-fc93264f5985660c4f50c6cd762f45c06a3eb450.tar.zst
nixlib-fc93264f5985660c4f50c6cd762f45c06a3eb450.zip
codimd: fix option `configuration.saml.idpCert`
Diffstat (limited to 'nixos/modules/services/web-apps')
-rw-r--r--nixos/modules/services/web-apps/codimd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/web-apps/codimd.nix b/nixos/modules/services/web-apps/codimd.nix
index 5368e8b0e664..5b4a53f00ede 100644
--- a/nixos/modules/services/web-apps/codimd.nix
+++ b/nixos/modules/services/web-apps/codimd.nix
@@ -834,7 +834,7 @@ in
                 IdP authentication endpoint.
               '';
             };
-            idPCert = mkOption {
+            idpCert = mkOption {
               type = types.str;
               default = "";
               example = "/path/to/cert.pem";