mirror of
https://github.com/blahai/nyx.git
synced 2025-02-22 22:45:09 +00:00
Home: enable git signoff
This commit is contained in:
parent
e8731ebec4
commit
3b1db0fded
1 changed files with 3 additions and 0 deletions
|
@ -33,6 +33,9 @@
|
||||||
};
|
};
|
||||||
gpg = {format = "ssh";};
|
gpg = {format = "ssh";};
|
||||||
init = {defaultBranch = "main";};
|
init = {defaultBranch = "main";};
|
||||||
|
format = {
|
||||||
|
signOff = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue