add wireguard & ca certificate
This commit is contained in:
parent
5b46a0b217
commit
58bd07ab17
4 changed files with 44 additions and 0 deletions
13
system/modules/git.nix
Normal file
13
system/modules/git.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
programs.git.config = {
|
||||
init = {
|
||||
defaultBranch = "main";
|
||||
};
|
||||
pull.rebase = true;
|
||||
user.name = "DACHXY";
|
||||
user.email = "Danny10132024@gmail.com";
|
||||
};
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue