From 55f91dceeb71465d2cd4cd104f7c0bb623a3ac56 Mon Sep 17 00:00:00 2001 From: Lyes Saadi Date: Wed, 15 Oct 2025 20:39:53 +0200 Subject: [PATCH] Add ssl --- hosts/zora/reverse-proxy.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/zora/reverse-proxy.nix b/hosts/zora/reverse-proxy.nix index 1fd925e..cfdbf0b 100644 --- a/hosts/zora/reverse-proxy.nix +++ b/hosts/zora/reverse-proxy.nix @@ -20,6 +20,8 @@ }; }; "vault.lyes.eu" = { + forceSSL = true; + enableACME = true; locations."/" = { proxyPass = "http://localhost:${toString config.services.vaultwarden.config.ROCKET_PORT}"; proxyWebsockets = true;