From b273548370109fe2ab972673d19270d3cdbd2ce4 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Thu, 4 Jul 2024 15:24:38 +0200 Subject: [PATCH] feat: Add new domain in acme.nix The commit includes the addition of the "meike-hoyer.de" domain to the acme.nix file, using "cloudflare" as the DNS provider. This update enhances the system's domain coverage. --- systems/x86_64-linux/mx/acme.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/systems/x86_64-linux/mx/acme.nix b/systems/x86_64-linux/mx/acme.nix index ebdff53..0cf4b85 100644 --- a/systems/x86_64-linux/mx/acme.nix +++ b/systems/x86_64-linux/mx/acme.nix @@ -20,6 +20,10 @@ ]; }; + "meike-hoyer.de" = { + dnsProvider = "cloudflare"; + }; + "hoyer.xyz" = { dnsProvider = "cloudflare"; extraDomainNames = [ @@ -56,7 +60,6 @@ ]; }; - "harald-hoyer.de" = { extraDomainNames = [ "*.harald-hoyer.de"