nixos/scrutiny: change collector schedule to daily

This commit is contained in:
bas
2025-05-25 09:58:22 +02:00
parent 25013c40a9
commit 975c19cb47
@@ -147,7 +147,7 @@ in
schedule = mkOption {
type = str;
default = "*:0/15";
default = "daily";
description = ''
How often to run the collector in systemd calendar format.
'';