From e0ab562cff168d07921900c08d635e28fee1bd2b Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Sat, 3 Aug 2024 10:14:29 -0400 Subject: [PATCH] enable prune for autopull --- modules/autopull.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/autopull.nix b/modules/autopull.nix index 897622b..1b114f2 100644 --- a/modules/autopull.nix +++ b/modules/autopull.nix @@ -84,7 +84,7 @@ in Type = "oneshot"; User = "root"; WorkingDirectory = path; - ExecStart = "${pkgs.git}/bin/git pull --all"; + ExecStart = "${pkgs.git}/bin/git pull --all --prune"; }; } ) repos;