From 0fbbb0d2567b862d99e4e7611d537c8f95053282 Mon Sep 17 00:00:00 2001 From: Roy Dumblauskas Date: Sun, 24 May 2026 23:04:19 -0500 Subject: [PATCH] go back to * generation --- nixos/configuration.nix | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 50b4b7c..6a94b94 100755 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -87,12 +87,8 @@ in }; # only generate for static site certs = { - "nimh.roypository.com" = { - domain = "nimh.roypository.com"; - group = "nginx"; - }; - "imgs.roypository.com" = { - domain = "imgs.roypository.com"; + "roypository.com" = { + domain = "*.roypository.com"; group = "nginx"; }; }; @@ -107,7 +103,7 @@ in virtualHosts."nimh.roypository.com" = { forceSSL = true; - useACMEHost = "nimh.roypository.com"; + useACMEHost = "roypository.com"; locations."/" = { root = nimhStaticSite;