diff options
Diffstat (limited to 'systems/atlas/forgejo.nix')
| -rw-r--r-- | systems/atlas/forgejo.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/systems/atlas/forgejo.nix b/systems/atlas/forgejo.nix index e60fafc..719ea7c 100644 --- a/systems/atlas/forgejo.nix +++ b/systems/atlas/forgejo.nix @@ -9,9 +9,6 @@ in services.nginx.virtualHosts = { "git.getchoo.com" = { - enableACME = false; - forceSSL = false; - locations."/" = { proxyPass = "http://unix:${forgejoCfg.settings.server.HTTP_ADDR}"; }; |
