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;