mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-10 18:22:35 +08:00
feat(git): per-folder author email
This commit is contained in:
parent
c7d8f9bc2f
commit
f5388e7987
1 changed files with 10 additions and 0 deletions
|
|
@ -23,5 +23,15 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
programs.git = {
|
||||
# Bitbucket git access and policies
|
||||
includes = [{
|
||||
condition = "gitdir:~/juspay/**";
|
||||
contents = {
|
||||
user.email = "sridhar.ratnakumar@juspay.in";
|
||||
};
|
||||
}];
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue