fix: make git credential.helper overridable
This commit is contained in:
parent
0e8ec4cd07
commit
79d0e07a28
@ -1,4 +1,4 @@
|
||||
{ config, pkgs, libs, ... }:
|
||||
{ config, pkgs, lib, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
git-lfs
|
||||
@ -10,7 +10,7 @@
|
||||
userEmail = "michaelhthomas@outlook.com";
|
||||
userName = "Michael Thomas";
|
||||
extraConfig = {
|
||||
credential.helper = "store";
|
||||
credential.helper = lib.mkDefault "store";
|
||||
pull.rebase = "false";
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user