aboutsummaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-01-10 21:36:07 +0100
committerAlex Auvolat <alex@adnab.me>2022-01-10 21:36:07 +0100
commit49270804434a954c5ee3d491a9d20b34bdb555ec (patch)
tree978fc78684ed1c23e2fc2f6082aff20e3aeaf90b /site
parent6cfe9ec7e9cab7cc69206f5b4433006718b80d79 (diff)
downloadnixcfg-49270804434a954c5ee3d491a9d20b34bdb555ec.tar.gz
nixcfg-49270804434a954c5ee3d491a9d20b34bdb555ec.zip
Fix cron
Diffstat (limited to 'site')
-rw-r--r--site/neptune.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/neptune.nix b/site/neptune.nix
index 37e18eb..9758125 100644
--- a/site/neptune.nix
+++ b/site/neptune.nix
@@ -14,7 +14,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 -it -v /var/lib/drone/nix:/nix nixpkgs/nix:nixos-21.05 nix-collect-garbage --delete-older-than 10d >> /root/drone_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 10d >> /root/drone_nix_gc_log 2>&1"
];
};
}