mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11:34 +01:00
git: Fix renamed options
This commit is contained in:
parent
3155b96ce1
commit
d679adc47f
1 changed files with 7 additions and 3 deletions
|
|
@ -13,9 +13,13 @@
|
||||||
git = {
|
git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
userName = "SebastianStork";
|
settings = {
|
||||||
userEmail = "sebastian.stork@pm.me";
|
init.defaultBranch = "main";
|
||||||
extraConfig.init.defaultBranch = "main";
|
user = {
|
||||||
|
name = "SebastianStork";
|
||||||
|
email = "sebastian.stork@pm.me";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
signing = {
|
signing = {
|
||||||
format = "ssh";
|
format = "ssh";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue