enable prune for autopull
This commit is contained in:
parent
b157c08a6e
commit
e0ab562cff
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user