diff options
Diffstat (limited to '3modules/tv/nginx.nix')
-rw-r--r-- | 3modules/tv/nginx.nix | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/3modules/tv/nginx.nix b/3modules/tv/nginx.nix index d9d95be84..93cd88aac 100644 --- a/3modules/tv/nginx.nix +++ b/3modules/tv/nginx.nix @@ -11,11 +11,7 @@ let }; api = { - enable = mkOption { - type = types.bool; - default = false; - description = "Enable nginx."; - }; + enable = mkEnableOption "tv.nginx"; retiolum-locations = mkOption { type = with types; listOf (attrsOf str); |