mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31: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 = {
|
||||
enable = true;
|
||||
|
||||
userName = "SebastianStork";
|
||||
userEmail = "sebastian.stork@pm.me";
|
||||
extraConfig.init.defaultBranch = "main";
|
||||
settings = {
|
||||
init.defaultBranch = "main";
|
||||
user = {
|
||||
name = "SebastianStork";
|
||||
email = "sebastian.stork@pm.me";
|
||||
};
|
||||
};
|
||||
|
||||
signing = {
|
||||
format = "ssh";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue