From b7c694e5791a68dd8a1bc560a19b768c30a7382f Mon Sep 17 00:00:00 2001 From: K900 Date: Sun, 22 Feb 2026 09:31:38 +0300 Subject: [PATCH] nixos/bentopdf: fix string escape syntax Caught by Lix main. --- nixos/modules/services/web-apps/bentopdf.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/web-apps/bentopdf.nix b/nixos/modules/services/web-apps/bentopdf.nix index 651896c41ea4..bf03beccc938 100644 --- a/nixos/modules/services/web-apps/bentopdf.nix +++ b/nixos/modules/services/web-apps/bentopdf.nix @@ -71,7 +71,7 @@ in ''; }; - locations."~* \.(js|css|png|jpg|jpeg|gif|ico|svg|woff|woff2|ttf|eot)$".extraConfig = '' + locations."~* \\.(js|css|png|jpg|jpeg|gif|ico|svg|woff|woff2|ttf|eot)$".extraConfig = '' expires 1y; add_header Cache-Control "public, immutable"; '';