From 216b8764b532bba8628d6790df244e7c29e52ce1 Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Mon, 22 Dec 2025 15:22:56 +0000 Subject: [PATCH] hosts/odyssey: issue wildcard certificate --- hosts/odyssey/default.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/hosts/odyssey/default.nix b/hosts/odyssey/default.nix index 35b620a..ee0275c 100644 --- a/hosts/odyssey/default.nix +++ b/hosts/odyssey/default.nix @@ -65,6 +65,19 @@ services.pcscd.enable = true; + security.acme = { + acceptTerms = true; + defaults = { + email = "hostmaster@vimium.com"; + dnsProvider = "route53"; + }; + certs = { + "vimium.com" = { + extraDomainNames = [ "*.vimium.com" ]; + }; + }; + }; + modules = { hardware.presonus-studio.enable = true; services = {