Update common/configuration.nix
This commit is contained in:
@@ -63,23 +63,14 @@ nix.settings = {
|
||||
};
|
||||
|
||||
|
||||
# programs.git = {
|
||||
# enable = true;
|
||||
# package = pkgs.git;
|
||||
# config = {
|
||||
# credential.helper = "store";
|
||||
# };
|
||||
# };
|
||||
programs.git = {
|
||||
programs.git = {
|
||||
enable = true;
|
||||
package = pkgs.git;
|
||||
config = {
|
||||
credential = {
|
||||
helper = "store --file=/home/nixos/.git-credentials";
|
||||
useHttpPath = true;
|
||||
credential.helper = "store";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user