From 0fa35124db10492855a4fe72f3a7dd488b097259 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Thu, 27 Nov 2025 15:42:26 +0100 Subject: [PATCH] chore(nix): add home.hoyer.world to ACME extra domains - Updated `acme.nix` to include `home.hoyer.world` in `extraDomainNames`. - Ensures ACME generates certificates for the new domain. --- systems/x86_64-linux/sgx/acme.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/x86_64-linux/sgx/acme.nix b/systems/x86_64-linux/sgx/acme.nix index 6aac08b..b3e1272 100644 --- a/systems/x86_64-linux/sgx/acme.nix +++ b/systems/x86_64-linux/sgx/acme.nix @@ -19,6 +19,7 @@ extraDomainNames = [ "openwebui.hoyer.world" "syncthing.hoyer.world" + "home.hoyer.world" ]; }; };