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