From ee911c1f6ae59ce519046a07d5696da9217331c5 Mon Sep 17 00:00:00 2001 From: "Commentator2.0" <46420447+CommentatorForAll@users.noreply.github.com> Date: Sat, 8 Nov 2025 20:01:04 +0100 Subject: [PATCH] frigate: fix broken string escape --- nixos/modules/services/video/frigate.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/video/frigate.nix b/nixos/modules/services/video/frigate.nix index efe9abd37a01..d937eb60bdea 100644 --- a/nixos/modules/services/video/frigate.nix +++ b/nixos/modules/services/video/frigate.nix @@ -578,7 +578,7 @@ in add_header Cache-Control "public"; ''; }; - "~ ^/.*-([A-Za-z0-9]+)\.webmanifest$" = { + "~ ^/.*-([A-Za-z0-9]+)\\.webmanifest$" = { root = cfg.package.web; extraConfig = '' access_log off;