configuration/common: set git config globally
This commit is contained in:
parent
1783a97ccb
commit
66baa8969f
@ -37,12 +37,20 @@
|
|||||||
parted
|
parted
|
||||||
tmux
|
tmux
|
||||||
colmena
|
colmena
|
||||||
git
|
|
||||||
vim
|
vim
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.mtr.enable = true;
|
programs.mtr.enable = true;
|
||||||
|
|
||||||
|
programs.git.enable = true;
|
||||||
|
|
||||||
|
programs.git.config = {
|
||||||
|
user = {
|
||||||
|
name = "clerie";
|
||||||
|
email = "git@clerie.de";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
services.openssh.passwordAuthentication = false;
|
services.openssh.passwordAuthentication = false;
|
||||||
services.openssh.kbdInteractiveAuthentication = false;
|
services.openssh.kbdInteractiveAuthentication = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user