diff options
Diffstat (limited to 'users')
-rw-r--r-- | users/sterni/machines/ingeborg/http/code.sterni.lv.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/users/sterni/machines/ingeborg/http/code.sterni.lv.nix b/users/sterni/machines/ingeborg/http/code.sterni.lv.nix index 24ce218d48d6..7a6f82395a97 100644 --- a/users/sterni/machines/ingeborg/http/code.sterni.lv.nix +++ b/users/sterni/machines/ingeborg/http/code.sterni.lv.nix @@ -260,6 +260,9 @@ in cd "${path}" git fetch "${repo.upstream}" '+refs/*:refs/*' --prune + + # no auto gc here and we're not pruning for nothing… + git gc ''; serviceConfig = { |