1
0
Fork 0

configuration/common: set git config globally

This commit is contained in:
clerie 2023-02-28 19:41:03 +01:00
parent 1783a97ccb
commit 66baa8969f
1 changed files with 9 additions and 1 deletions

View File

@ -37,12 +37,20 @@
parted
tmux
colmena
git
vim
];
programs.mtr.enable = true;
programs.git.enable = true;
programs.git.config = {
user = {
name = "clerie";
email = "git@clerie.de";
};
};
services.openssh.enable = true;
services.openssh.passwordAuthentication = false;
services.openssh.kbdInteractiveAuthentication = false;