diff --git a/hosts/architect/deluge.nix b/hosts/architect/deluge.nix index c254054..a3ef01d 100644 --- a/hosts/architect/deluge.nix +++ b/hosts/architect/deluge.nix @@ -33,6 +33,9 @@ in { }; nginx.virtualHosts.${domain} = { + forceSSL = true; + enableACME = true; + locations."/" = { proxyPass = "http://localhost:8112"; extraConfig = auth_block {