diff --git a/nixos/modules/services/video/frigate.nix b/nixos/modules/services/video/frigate.nix index 5d8d92b5cae8..efe9abd37a01 100644 --- a/nixos/modules/services/video/frigate.nix +++ b/nixos/modules/services/video/frigate.nix @@ -637,6 +637,7 @@ in ''; }; appendConfig = '' + # frigate rtmp { server { listen 1935; @@ -653,6 +654,7 @@ in } ''; appendHttpConfig = '' + # frigate map $sent_http_content_type $should_not_cache { 'application/json' 0; default 1;