From 9793215fed7f14bf84a61b58d3779edc6fb187e7 Mon Sep 17 00:00:00 2001 From: wi11-holdsworth <83637728+wi11-holdsworth@users.noreply.github.com> Date: Wed, 22 Oct 2025 18:02:12 +1100 Subject: [PATCH] fix: miniflux host specified wrong --- modules/nixos/features/paperless.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nixos/features/paperless.nix b/modules/nixos/features/paperless.nix index eef48b1..348b42d 100644 --- a/modules/nixos/features/paperless.nix +++ b/modules/nixos/features/paperless.nix @@ -30,7 +30,7 @@ in ]; }; - nginx.virtualHosts."miniflux.fi33.buzz" = { + nginx.virtualHosts."paperless.fi33.buzz" = { forceSSL = true; useACMEHost = "fi33.buzz"; locations."/".proxyPass = "http://localhost:${port}";