mob next [ci-skip] [ci skip] [skip ci]

lastFile:inventories/default.nix
This commit is contained in:
2026-06-19 14:38:15 +07:00
parent f442d0e2fe
commit dffaf4bf0d
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -15,8 +15,8 @@
options = {
scrape_interval = lib.mkOption {
type = with lib.types; nullOr str;
default = "5m";
description = "How often to scrape targets. Default is 5 minutes";
default = "1m";
description = "How often to scrape targets. Default is 1 minutes";
};
};
};