nixpkgs-update: switch to hourly backups
This commit is contained in:
parent
4eda852b6f
commit
cf9f6100a9
2 changed files with 2 additions and 2 deletions
modules/nixos/monitoring
|
@ -5,7 +5,6 @@
|
|||
(lib.genAttrs
|
||||
[
|
||||
"borgbackup-job-github-org.service"
|
||||
"borgbackup-job-nixpkgs-update.service"
|
||||
]
|
||||
(name: {
|
||||
expr = ''absent_over_time(task_last_run{name="${name}"}[1d])'';
|
||||
|
@ -14,6 +13,7 @@
|
|||
)
|
||||
// (lib.genAttrs
|
||||
[
|
||||
"borgbackup-job-nixpkgs-update.service"
|
||||
]
|
||||
(name: {
|
||||
expr = ''absent_over_time(task_last_run{name="${name}"}[1h])'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue