refactored
for 26.05
This commit is contained in:
parent
e92d8e6616
commit
075cb86d40
34 changed files with 435 additions and 345 deletions
|
|
@ -12,11 +12,11 @@
|
|||
];
|
||||
programs.git = {
|
||||
enable = true;
|
||||
includes = [
|
||||
{path = "${config.home.homeDirectory}/nix/.secrets/.gitconfig";}
|
||||
];
|
||||
lfs.enable = true;
|
||||
settings = {
|
||||
credential.helper = "store --file=${config.home.homeDirectory}/nix/.secrets/.git-credentials";
|
||||
credential.helper = "store --file=/run/secrets/git/credentials";
|
||||
user.name = "alsaiduq-lab";
|
||||
user.email = "riiidge.racer@gmail.com";
|
||||
init.defaultBranch = "master";
|
||||
push.autoSetupRemote = true;
|
||||
pull.rebase = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue