vault-agent-acme: disable
This commit is contained in:
parent
5283ee4fee
commit
f1fcda810a
1 changed files with 2 additions and 1 deletions
|
@ -170,7 +170,8 @@ in
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
my.vault.settings = {
|
my.vault.settings = {
|
||||||
template = mkBefore acmeCertificatesTemplate;
|
# TODO: lukegb: figure out how to not get this to DoS Let's Encrypt.
|
||||||
|
#template = mkBefore acmeCertificatesTemplate;
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd = optionalAttrs config.my.vault.enable {
|
systemd = optionalAttrs config.my.vault.enable {
|
||||||
|
|
Loading…
Reference in a new issue