From a154a67ac889a8ff4523b273bd261a94e34aeae2 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Sun, 5 Jan 2025 19:05:10 -0700 Subject: [PATCH] Re-enable the bare 'sovr.cloud' certificate It works now that our DNS entries are correct. --- sovr/etc/nixos/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sovr/etc/nixos/configuration.nix b/sovr/etc/nixos/configuration.nix index 9a31bd7..a8381c4 100644 --- a/sovr/etc/nixos/configuration.nix +++ b/sovr/etc/nixos/configuration.nix @@ -49,12 +49,12 @@ environmentFile = "/opt/keys/porkbun"; group = "nginx"; }; - /*certs."sovr.cloud" = { + certs."sovr.cloud" = { dnsProvider = "porkbun"; domain = "sovr.cloud"; environmentFile = "/opt/keys/porkbun"; group = "nginx"; - };*/ + }; defaults.email = "eli@theribbles.org"; }; # Configure network proxy if necessary