From 715b2864a1e7ace9894b23ab7c279d7cf657258e Mon Sep 17 00:00:00 2001 From: Roy Dumblauskas Date: Mon, 24 Aug 2026 17:59:03 -0500 Subject: [PATCH] add letsyncrypt cert for top level domain --- nixos/configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index fe668fd..7bb2b17 100755 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -82,10 +82,12 @@ certs = { "roypository.com" = { - domain = "*.roypository.com"; + domain = "roypository.com"; + extraDomainNames = [ "*.roypository.com" ]; group = "nginx"; }; }; + }; # This deploys to the k3s cluster declared below