vault-agent-acme: disable

This commit is contained in:
Luke Granger-Brown 2022-03-12 23:39:45 +00:00
parent 5283ee4fee
commit f1fcda810a

View file

@ -170,7 +170,8 @@ in
config = {
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 {