fix: check if a all subdomains are caught by default
This commit is contained in:
parent
1f4068967a
commit
1d40e39940
@ -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";
|
||||||
@ -207,7 +207,7 @@
|
|||||||
"dylanblades.com" = {
|
"dylanblades.com" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
serverAliases = ["*.dylanblades.com"];
|
#serverAliases = ["*.dylanblades.com"];
|
||||||
root = pkgs.my-site;
|
root = pkgs.my-site;
|
||||||
};
|
};
|
||||||
"gitea.dylanblades.com" = {
|
"gitea.dylanblades.com" = {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user