feat(ops/nixos/camden): Provision certificate for tvl.fyi
This commit is contained in:
parent
97c7ebf758
commit
1229621d7b
1 changed files with 7 additions and 0 deletions
|
@ -183,6 +183,13 @@ in lib.fix(self: {
|
|||
};
|
||||
postRun = "systemctl reload nginx";
|
||||
};
|
||||
|
||||
certs."tvl.fyi" = {
|
||||
user = "nginx";
|
||||
group = "nginx";
|
||||
webroot = "/var/lib/acme/acme-challenge";
|
||||
postRun = "systemctl reload nginx";
|
||||
};
|
||||
};
|
||||
|
||||
# Forward logs to Google Cloud Platform
|
||||
|
|
Loading…
Reference in a new issue