home: git: disable maintenance prefetch task
I don't want to get prompted for SSH credentials at random moments, and I don't think I need prefetch on any repositories (to be fair I don't think I need automated scheduled maintenance on any of my repositories, but hey, the option's there).
This commit is contained in:
parent
93f11656c7
commit
b0821dd3f3
|
@ -35,6 +35,7 @@ in {
|
||||||
init = {defaultBranch = "main";};
|
init = {defaultBranch = "main";};
|
||||||
pull = {rebase = true;};
|
pull = {rebase = true;};
|
||||||
rerere = {enabled = true;};
|
rerere = {enabled = true;};
|
||||||
|
maintenance.prefetch.enabled = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
aliases = {
|
aliases = {
|
||||||
|
|
Loading…
Reference in a new issue