diff --git a/nixos/gitea.nix b/nixos/gitea.nix index af380177..572cc053 100644 --- a/nixos/gitea.nix +++ b/nixos/gitea.nix @@ -20,12 +20,12 @@ makeEnable config "modules.gitea" false { "gitea" = { serverName = "1896Folsom.duckdns.org"; enableACME = true; + forceSSL = true; listen = [{ addr = "0.0.0.0"; port = 3001; + ssl = true; }]; - # enableACME = true; - # forceSSL = true; locations."/" = { proxyPass = "http://localhost:3000"; };