From 2265f6d144eab82169adb8f0d655785222fac732 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Fri, 27 Dec 2024 14:30:25 -0800 Subject: [PATCH] permafrost: enableACME --- hosts/permafrost/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/permafrost/configuration.nix b/hosts/permafrost/configuration.nix index 33ede5a..332d777 100644 --- a/hosts/permafrost/configuration.nix +++ b/hosts/permafrost/configuration.nix @@ -2,6 +2,7 @@ { permafrost.nyazoom.enable = true; + permafrost.nginx.enableACME = true; networking.hostName = "permafrost"; # Define your hostname.