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;
|
enable = true;
|
||||||
package = pkgs.git;
|
package = pkgs.git;
|
||||||
config = {
|
config = {
|
||||||
credential = {
|
credential.helper = "store";
|
||||||
helper = "store --file=/home/nixos/.git-credentials";
|
|
||||||
useHttpPath = true;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user