forked from Deuxfleurs/nixcfg
Updates; change crontab
This commit is contained in:
parent
217e31e4bd
commit
27ffee95b8
2 changed files with 2 additions and 2 deletions
|
@ -102,7 +102,7 @@ EOH
|
|||
task "grafana" {
|
||||
driver = "docker"
|
||||
config {
|
||||
image = "grafana/grafana:8.3.5"
|
||||
image = "grafana/grafana:8.4.3"
|
||||
network_mode = "host"
|
||||
ports = [ "grafana" ]
|
||||
volumes = [
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
enable = true;
|
||||
systemCronJobs = [
|
||||
"0 2 * * * root nix-collect-garbage --delete-older-than 10d >> /root/nix_gc_log 2>&1"
|
||||
"30 2 * * * root docker run --rm -v /var/lib/drone/nix:/nix nixpkgs/nix:nixos-21.05 nix-collect-garbage --delete-older-than 30d >> /root/drone_nix_gc_log 2>&1"
|
||||
"30 2 1 * * root docker run --rm -v /var/lib/drone/nix:/nix nixpkgs/nix:nixos-21.05 nix-collect-garbage --delete-older-than 30d >> /root/drone_nix_gc_log 2>&1"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue