secretsmgr: actually _enable_ the timer unit

This commit is contained in:
Luke Granger-Brown 2022-03-18 01:08:35 +00:00
parent ce698ab382
commit c9ffb4ed3e

View file

@ -123,6 +123,7 @@ in
systemd.timers.secretsmgr = {
requires = ["vault-agent.service"];
after = ["vault-agent.service" "network-online.target"];
wantedBy = ["timers.target"];
timerConfig = {
OnActiveSec = "30";