hosts/kazuki: fix acme
This commit is contained in:
parent
298e70e838
commit
f47a260b64
2 changed files with 2 additions and 2 deletions
|
@ -69,6 +69,7 @@ in {
|
|||
virtualHosts."attic.nrab.lol" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
acmeRoot = null;
|
||||
locations."/" = {
|
||||
proxyPass = "http://attic";
|
||||
};
|
||||
|
@ -104,7 +105,6 @@ in {
|
|||
security.acme.certs."attic.nrab.lol" = {
|
||||
dnsProvider = "cloudflare";
|
||||
credentialsFile = config.age.secrets.nrab-lol-cf.path;
|
||||
webroot = null;
|
||||
};
|
||||
|
||||
security.acme.certs."cache.nrab.lol" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue