Disable git-sync service for now

I remember why I did this in the first place, git-sync can't find
pass (for git credential helper) for some reason
This commit is contained in:
Evie Litherland-Smith 2024-02-10 07:57:35 +00:00
parent 8775a0dd87
commit 118c9fd629

View file

@ -3,7 +3,7 @@
lib,
...
}: {
services.git-sync.enable = true;
services.git-sync.enable = false; # Can't find pass for some reason...
programs.git = {
enable = true;
userName = "Evie Litherland-Smith";