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:
parent
8775a0dd87
commit
118c9fd629
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue