Update common/configuration.nix

This commit is contained in:
2026-03-31 21:16:59 +00:00
parent cb1ddc2109
commit 350a2d2bfb
+3 -12
View File
@@ -63,23 +63,14 @@ nix.settings = {
}; };
# programs.git = { programs.git = {
# enable = true;
# package = pkgs.git;
# config = {
# credential.helper = "store";
# };
# };
programs.git = {
enable = true; enable = true;
package = pkgs.git; package = pkgs.git;
config = { config = {
credential = { credential.helper = "store";
helper = "store --file=/home/nixos/.git-credentials";
useHttpPath = true;
}; };
}; };
};
} }