updates
This commit is contained in:
parent
9440397500
commit
ccf80a7e91
2 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
checkConfig = "syntax-only";
|
||||
enable = true;
|
||||
# keep data for 30 days
|
||||
extraFlags = [ "--storage.tsdb.retention.time=30d" ];
|
||||
extraFlags = [ "--storage.tsdb.retention.time=90d" ];
|
||||
|
||||
ruleFiles = [
|
||||
(pkgs.writeText "prometheus-rules.yml" (builtins.toJSON {
|
||||
|
|
|
@ -31,6 +31,7 @@ in
|
|||
}))
|
||||
|
||||
autorandr
|
||||
nixos-shell
|
||||
|
||||
(nextcloudSync "InstantUpload")
|
||||
(nextcloudSync "Pictures")
|
||||
|
|
Loading…
Reference in a new issue