From 9ef921556eeed1016b1c537b5fccc07f8ab7d3e2 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 16 Nov 2023 01:51:44 -0700 Subject: [PATCH] [NixOS] Another attempt at fixing gitea --- nixos/gitea.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/gitea.nix b/nixos/gitea.nix index 765238b2..db79b6e1 100644 --- a/nixos/gitea.nix +++ b/nixos/gitea.nix @@ -20,8 +20,8 @@ makeEnable config "modules.gitea" false { virtualHosts = { "gitea" = { serverName = "1896Folsom.duckdns.org"; - enableACME = true; - forceSSL = true; + # enableACME = true; + # forceSSL = true; listen = [{ addr = "0.0.0.0"; port = 3000;