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" = {
|
virtualHosts."attic.nrab.lol" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
|
acmeRoot = null;
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://attic";
|
proxyPass = "http://attic";
|
||||||
};
|
};
|
||||||
|
@ -104,7 +105,6 @@ in {
|
||||||
security.acme.certs."attic.nrab.lol" = {
|
security.acme.certs."attic.nrab.lol" = {
|
||||||
dnsProvider = "cloudflare";
|
dnsProvider = "cloudflare";
|
||||||
credentialsFile = config.age.secrets.nrab-lol-cf.path;
|
credentialsFile = config.age.secrets.nrab-lol-cf.path;
|
||||||
webroot = null;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
security.acme.certs."cache.nrab.lol" = {
|
security.acme.certs."cache.nrab.lol" = {
|
||||||
|
|
|
@ -23,6 +23,7 @@
|
||||||
virtualHosts."vault.rabulinski.com" = {
|
virtualHosts."vault.rabulinski.com" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
|
acmeRoot = null;
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://vaultwarden";
|
proxyPass = "http://vaultwarden";
|
||||||
proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
|
@ -37,6 +38,5 @@
|
||||||
security.acme.certs."vault.rabulinski.com" = {
|
security.acme.certs."vault.rabulinski.com" = {
|
||||||
dnsProvider = "cloudflare";
|
dnsProvider = "cloudflare";
|
||||||
credentialsFile = config.age.secrets.vault-cert-env.path;
|
credentialsFile = config.age.secrets.vault-cert-env.path;
|
||||||
webroot = null;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue