From d3da22f48819802a5eaa704c7a003725530b92ba Mon Sep 17 00:00:00 2001 From: stupidcomputer Date: Sun, 12 Jan 2025 19:57:20 -0600 Subject: [PATCH] make it such pcomon doesn't try to run every 30s --- boxes/netbox/pcomon.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boxes/netbox/pcomon.nix b/boxes/netbox/pcomon.nix index 4b45917..45d3c56 100644 --- a/boxes/netbox/pcomon.nix +++ b/boxes/netbox/pcomon.nix @@ -22,6 +22,6 @@ in { systemd.timers.pcomon = { wantedBy = [ "timers.target" ]; partOf = [ "pcomon.service" ]; - timerConfig.OnCalendar = "*:*:0/30"; + timerConfig.OnCalendar = "*:0/30:*"; }; }