From 37848f404ba5ce0c17ff3c5b12ebe4f76573477b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20Hamb=C3=BCchen?= Date: Fri, 7 Nov 2025 16:46:43 +0000 Subject: [PATCH] nixos/frigate: Add comment to nginx general config referring to frigate This way one can see which package/config it is that e.g. opens port 1935. --- nixos/modules/services/video/frigate.nix | 2 ++ 1 file changed, 2 insertions(+) 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;