mirror of
https://github.com/kaesaecracker/nixos-configuration.git
synced 2025-02-22 16:07:10 +01:00
add git oauth and cache
This commit is contained in:
parent
3acaf5d98a
commit
2f19ef4f5f
|
@ -10,6 +10,7 @@ inputs@{ pkgs, ... }:
|
|||
git = import ./git.nix;
|
||||
vscode = import ./vscode.nix inputs;
|
||||
ssh = import ./ssh.nix;
|
||||
git-credential-oauth.enable = true;
|
||||
|
||||
direnv = {
|
||||
enable = true;
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
pull.ff = "only";
|
||||
merge.tool = "kdiff3";
|
||||
push.autoSetupRemote = "true";
|
||||
credential.credentialStore = "cache";
|
||||
};
|
||||
|
||||
ignores = [
|
||||
|
|
Loading…
Reference in a new issue