diff --git a/sp-modules/nextcloud/module.nix b/sp-modules/nextcloud/module.nix index 3c67022..3ad9097 100644 --- a/sp-modules/nextcloud/module.nix +++ b/sp-modules/nextcloud/module.nix @@ -89,10 +89,11 @@ $config['smtp_user'] = "%u"; $config['smtp_pass'] = "%p"; ''; + }; services.nginx.virtualHosts.${hostName} = { useACMEHost = sp.domain; forceSSL = true; }; }; -}; +}