From 69e1240c37184049fa53da8f0bba319c4fbd0dfe Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 23 May 2023 11:48:32 -0400 Subject: atlas: add ssl for miniflux vhost --- hosts/atlas/nginx.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hosts/atlas/nginx.nix') diff --git a/hosts/atlas/nginx.nix b/hosts/atlas/nginx.nix index 1fcfd45..5805dc8 100644 --- a/hosts/atlas/nginx.nix +++ b/hosts/atlas/nginx.nix @@ -25,6 +25,8 @@ in { "miniflux.${domain}" = { enableACME = true; + addSSL = true; + locations = mkProxy "/" "7000"; }; }; -- cgit v1.2.3