fix: add wildcard domain in one place only

This commit is contained in:
Bladesy 2024-12-17 22:02:01 +00:00
parent bf18e63d69
commit 9a5408da00

View File

@ -161,7 +161,7 @@
security.acme = { security.acme = {
acceptTerms = true; acceptTerms = true;
defaults.email = "acme.evict519@simplelogin.com"; defaults.email = "acme.evict519@simplelogin.com";
#certs."dylanblades.com".extraDomainNames = ["*.dylanblades.com"]; certs."dylanblades.com".extraDomainNames = ["*.dylanblades.com"];
}; };
time.timeZone = "Europe/London"; time.timeZone = "Europe/London";
@ -208,7 +208,7 @@
forceSSL = true; forceSSL = true;
enableACME = true; enableACME = true;
#serverAliases = ["*.dylanblades.com"]; #serverAliases = ["*.dylanblades.com"];
serverAliases = ["gitea.dylanblades.com"]; #serverAliases = ["gitea.dylanblades.com"];
root = pkgs.my-site; root = pkgs.my-site;
}; };
"gitea.dylanblades.com" = { "gitea.dylanblades.com" = {