From 5844a29c7e4a68cd1cf9b67d89b91924627f930a Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Fri, 27 Dec 2024 21:55:49 -0800 Subject: [PATCH] nginx: use production lets encrypt --- hosts/permafrost/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/permafrost/configuration.nix b/hosts/permafrost/configuration.nix index f363a42..12717e3 100644 --- a/hosts/permafrost/configuration.nix +++ b/hosts/permafrost/configuration.nix @@ -3,6 +3,7 @@ { permafrost.nyazoom.enable = true; permafrost.nginx.enableACME = true; + permafrost.nginx.useStagingServer = false; networking.hostName = "permafrost"; # Define your hostname.