enable prune for autopull
This commit is contained in:
parent
b157c08a6e
commit
e0ab562cff
@ -84,7 +84,7 @@ in
|
|||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
User = "root";
|
User = "root";
|
||||||
WorkingDirectory = path;
|
WorkingDirectory = path;
|
||||||
ExecStart = "${pkgs.git}/bin/git pull --all";
|
ExecStart = "${pkgs.git}/bin/git pull --all --prune";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
) repos;
|
) repos;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user