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";
|
checkConfig = "syntax-only";
|
||||||
enable = true;
|
enable = true;
|
||||||
# keep data for 30 days
|
# keep data for 30 days
|
||||||
extraFlags = [ "--storage.tsdb.retention.time=30d" ];
|
extraFlags = [ "--storage.tsdb.retention.time=90d" ];
|
||||||
|
|
||||||
ruleFiles = [
|
ruleFiles = [
|
||||||
(pkgs.writeText "prometheus-rules.yml" (builtins.toJSON {
|
(pkgs.writeText "prometheus-rules.yml" (builtins.toJSON {
|
||||||
|
|
|
@ -31,6 +31,7 @@ in
|
||||||
}))
|
}))
|
||||||
|
|
||||||
autorandr
|
autorandr
|
||||||
|
nixos-shell
|
||||||
|
|
||||||
(nextcloudSync "InstantUpload")
|
(nextcloudSync "InstantUpload")
|
||||||
(nextcloudSync "Pictures")
|
(nextcloudSync "Pictures")
|
||||||
|
|
Loading…
Reference in a new issue