diff --git a/common/configuration.nix b/common/configuration.nix index 0d8eaf4..afed0b9 100644 --- a/common/configuration.nix +++ b/common/configuration.nix @@ -63,14 +63,23 @@ nix.settings = { }; - programs.git = { - enable = true; - package = pkgs.git; - config = { - credential.helper = "store"; +# programs.git = { +# enable = true; +# package = pkgs.git; +# config = { +# credential.helper = "store"; +# }; +# }; +programs.git = { + enable = true; + package = pkgs.git; + config = { + credential = { + helper = "store --file=/home/nixos/.git-credentials"; + useHttpPath = true; }; }; - +}; } \ No newline at end of file