From 61c05b35ebea09eb9aef59f4aac4a706001f7ec6 Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Sat, 8 Feb 2025 20:44:49 -0500 Subject: nixos/nginx: actually act as a mixin This doesn't require disabling anything. It only changes the defaults --- systems/atlas/forgejo.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'systems/atlas/forgejo.nix') 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}"; }; -- cgit v1.2.3