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