mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
treewide: fix mkEnableOption usage
This commit is contained in:
parent
f587de5d7f
commit
7d8742da87
41 changed files with 66 additions and 67 deletions
|
|
@ -170,7 +170,7 @@ in
|
|||
'';
|
||||
};
|
||||
|
||||
caddy.enable = mkEnableOption "Whether to enable caddy reverse proxy to expose jitsi-meet";
|
||||
caddy.enable = mkEnableOption "caddy reverse proxy to expose jitsi-meet";
|
||||
|
||||
prosody.enable = mkOption {
|
||||
type = bool;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue