Setup WSL Host
This commit is contained in:
13
nix/users/luca/git.nix
Executable file
13
nix/users/luca/git.nix
Executable file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
enable = true;
|
||||
userName = "rocketcamel";
|
||||
userEmail = "luca_lise@icloud.com";
|
||||
extraConfig = {
|
||||
init = {
|
||||
defaultBranch = "main";
|
||||
};
|
||||
commit.gpgsign = true;
|
||||
gpg.format = "ssh";
|
||||
user.signingkey = "~/.ssh/commits.id_rsa.pub";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user