mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-07 02:06:34 +05:30
chore: update username
This commit is contained in:
@ -1,7 +1,11 @@
|
|||||||
{email, ...}: {
|
{
|
||||||
|
email,
|
||||||
|
username,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
userName = "tuxdotrs";
|
userName = "${username}";
|
||||||
userEmail = "${email}";
|
userEmail = "${email}";
|
||||||
signing = {
|
signing = {
|
||||||
key = "~/.ssh/id_ed25519.pub";
|
key = "~/.ssh/id_ed25519.pub";
|
||||||
|
Reference in New Issue
Block a user