From 975c19cb475dd1ca85453c8635a8b089f6b9a693 Mon Sep 17 00:00:00 2001 From: bas Date: Sun, 25 May 2025 09:58:22 +0200 Subject: [PATCH] nixos/scrutiny: change collector schedule to daily --- nixos/modules/services/monitoring/scrutiny.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/monitoring/scrutiny.nix b/nixos/modules/services/monitoring/scrutiny.nix index 909c2815d168..e418e59da2c2 100644 --- a/nixos/modules/services/monitoring/scrutiny.nix +++ b/nixos/modules/services/monitoring/scrutiny.nix @@ -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. '';