enable prune for autopull

This commit is contained in:
Richie Cahill 2024-08-03 10:14:29 -04:00
parent b157c08a6e
commit e0ab562cff

View File

@ -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;