mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-13 01:38:58 -05:00
I Have a Passable Netbird Config Now
This commit is contained in:
parent
8770d3791b
commit
f11ae539c1
7 changed files with 53 additions and 43 deletions
|
|
@ -22,6 +22,11 @@ in
|
|||
enable = true;
|
||||
userName = config.gitName;
|
||||
userEmail = config.gitEmail;
|
||||
extraConfig = {
|
||||
pull = {
|
||||
rebase = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue