From ce64e6e1990b62451acb3822b7ab914e16b122b6 Mon Sep 17 00:00:00 2001 From: Mel Date: Thu, 26 Dec 2024 17:24:04 +0100 Subject: Pull out web configuration from specific machine modules Signed-off-by: Mel --- services/miniflux.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'services/miniflux.nix') diff --git a/services/miniflux.nix b/services/miniflux.nix index 9b4f972..c2f864b 100644 --- a/services/miniflux.nix +++ b/services/miniflux.nix @@ -51,7 +51,7 @@ in }; }; - services.nginx.virtualHosts.renard.locations = { + services.nginx.virtualHosts.tailnet.locations = { "/miniflux" = { return = "301 $scheme://$host$request_uri/"; }; -- cgit 1.4.1