diff --git a/hosts/nyarlathotep/configuration.nix b/hosts/nyarlathotep/configuration.nix index 1f23dd71..0a651b8f 100644 --- a/hosts/nyarlathotep/configuration.nix +++ b/hosts/nyarlathotep/configuration.nix @@ -477,6 +477,8 @@ in VICTORIAMETRICS_URI = "http://${config.services.victoriametrics.listenAddress}"; }; }; + # also reload data after boot + systemd.timers.hledger-export-to-victoriametrics.timerConfig.OnBootSec = "5m"; services.victoriametrics = { enable = true;