summary refs log tree commit diff
path: root/nixos/modules/services/web-apps
diff options
context:
space:
mode:
authorMatthew Toohey <contact@mtoohey.com>2022-03-30 20:56:29 -0400
committerMatthew Toohey <contact@mtoohey.com>2022-03-30 20:56:29 -0400
commita0f7d98c1947cb2861e75bf12132831102be3648 (patch)
treebdea74b5c7983e14b360f7f8135b91e4e1b49b0a /nixos/modules/services/web-apps
parent35619ce1e513fa044b341f62a633deaa458eed06 (diff)
downloadnixpkgs-a0f7d98c1947cb2861e75bf12132831102be3648.tar
nixpkgs-a0f7d98c1947cb2861e75bf12132831102be3648.tar.gz
nixpkgs-a0f7d98c1947cb2861e75bf12132831102be3648.tar.bz2
nixpkgs-a0f7d98c1947cb2861e75bf12132831102be3648.tar.lz
nixpkgs-a0f7d98c1947cb2861e75bf12132831102be3648.tar.xz
nixpkgs-a0f7d98c1947cb2861e75bf12132831102be3648.tar.zst
nixpkgs-a0f7d98c1947cb2861e75bf12132831102be3648.zip
nixos/jitsi-meet: fix typo
Diffstat (limited to 'nixos/modules/services/web-apps')
-rw-r--r--nixos/modules/services/web-apps/jitsi-meet.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/web-apps/jitsi-meet.nix b/nixos/modules/services/web-apps/jitsi-meet.nix
index 2f1c4acec1e..be0b5b94fb2 100644
--- a/nixos/modules/services/web-apps/jitsi-meet.nix
+++ b/nixos/modules/services/web-apps/jitsi-meet.nix
@@ -159,7 +159,7 @@ in
       '';
     };
 
-    caddy.enable = mkEnableOption "Whether to enablle caddy reverse proxy to expose jitsi-meet";
+    caddy.enable = mkEnableOption "Whether to enable caddy reverse proxy to expose jitsi-meet";
 
     prosody.enable = mkOption {
       type = bool;