From ada5445f2cec9f86ec49251b46efa9fddfc850fb Mon Sep 17 00:00:00 2001 From: Vonfry Date: Thu, 7 May 2026 19:55:16 +0800 Subject: [PATCH] nixos/rsshub: fix config example to new variable name --- nixos/modules/services/web-apps/rsshub.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/web-apps/rsshub.nix b/nixos/modules/services/web-apps/rsshub.nix index 912a6d36c1d3..f59948fb6085 100644 --- a/nixos/modules/services/web-apps/rsshub.nix +++ b/nixos/modules/services/web-apps/rsshub.nix @@ -49,7 +49,7 @@ in { REQUEST_TIMEOUT = "3000"; REQUEST_RETRY = "10"; - PUPPETEER_EXECUTABLE_PATH = lib.getExe pkgs.chromium"; + CHROMIUM_EXECUTABLE_PATH = lib.getExe pkgs.chromium; } ''; description = ''