rm git.nix cause it not work

This commit is contained in:
DACHXY 2024-12-17 00:15:57 +08:00
parent 58bd07ab17
commit 06b67edd4d
2 changed files with 0 additions and 14 deletions

View file

@ -22,7 +22,6 @@
./users.nix
./wireguard.nix
./dn-ca.nix
./git.nix
# ./virtualisation.nix
];
}

View file

@ -1,13 +0,0 @@
{ ... }:
{
programs.git.config = {
init = {
defaultBranch = "main";
};
pull.rebase = true;
user.name = "DACHXY";
user.email = "Danny10132024@gmail.com";
};
}