rm git.nix cause it not work
This commit is contained in:
parent
58bd07ab17
commit
06b67edd4d
2 changed files with 0 additions and 14 deletions
|
|
@ -22,7 +22,6 @@
|
|||
./users.nix
|
||||
./wireguard.nix
|
||||
./dn-ca.nix
|
||||
./git.nix
|
||||
# ./virtualisation.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,13 +0,0 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
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