Update common/configuration.nix

This commit is contained in:
2026-03-31 21:16:59 +00:00
parent cb1ddc2109
commit 350a2d2bfb
+6 -15
View File
@@ -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";
};
};
};
}