fix: add wildcard domain in one place only
This commit is contained in:
parent
bf18e63d69
commit
9a5408da00
@ -161,7 +161,7 @@
|
||||
security.acme = {
|
||||
acceptTerms = true;
|
||||
defaults.email = "acme.evict519@simplelogin.com";
|
||||
#certs."dylanblades.com".extraDomainNames = ["*.dylanblades.com"];
|
||||
certs."dylanblades.com".extraDomainNames = ["*.dylanblades.com"];
|
||||
};
|
||||
|
||||
time.timeZone = "Europe/London";
|
||||
@ -208,7 +208,7 @@
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
#serverAliases = ["*.dylanblades.com"];
|
||||
serverAliases = ["gitea.dylanblades.com"];
|
||||
#serverAliases = ["gitea.dylanblades.com"];
|
||||
root = pkgs.my-site;
|
||||
};
|
||||
"gitea.dylanblades.com" = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user