diff --git a/configuration/common/default.nix b/configuration/common/default.nix index 92941e0..07cf46e 100644 --- a/configuration/common/default.nix +++ b/configuration/common/default.nix @@ -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;