Loading nixos/modules/services/web-apps/movim.nix +4 −3 Original line number Diff line number Diff line Loading @@ -578,8 +578,8 @@ in }; }; nginx = mkIf (cfg.nginx != null) { nginx = mkIf (cfg.nginx != null) ( { enable = true; recommendedOptimisation = mkDefault true; recommendedProxySettings = true; Loading Loading @@ -677,7 +677,8 @@ in } // lib.optionalAttrs (cfg.precompressStaticFiles.brotli.enable) { recommendedBrotliSettings = mkDefault true; }; } ); mysql = mkIf (cfg.database.createLocally && cfg.database.type == "mysql") { enable = mkDefault true; Loading Loading
nixos/modules/services/web-apps/movim.nix +4 −3 Original line number Diff line number Diff line Loading @@ -578,8 +578,8 @@ in }; }; nginx = mkIf (cfg.nginx != null) { nginx = mkIf (cfg.nginx != null) ( { enable = true; recommendedOptimisation = mkDefault true; recommendedProxySettings = true; Loading Loading @@ -677,7 +677,8 @@ in } // lib.optionalAttrs (cfg.precompressStaticFiles.brotli.enable) { recommendedBrotliSettings = mkDefault true; }; } ); mysql = mkIf (cfg.database.createLocally && cfg.database.type == "mysql") { enable = mkDefault true; Loading