nixos/jitsi-meet: fix typo
This commit is contained in:
parent
35619ce1e5
commit
a0f7d98c19
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue