Skip to content

Commit

Permalink
feat(programs): git: store credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Sep 3, 2024
1 parent 69d7b52 commit 21f9b21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/nixos/programs/git/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ in
pull.rebase = true;
push.autoSetupRemote = true;
github.user = cfg.githubUsername;
credential.helper = "store";
};
};
};
Expand Down

0 comments on commit 21f9b21

Please sign in to comment.