fix(home-server): fix ssh config

This commit is contained in:
Felix Schröter 2023-09-30 02:36:46 +02:00
parent e8d44fcb6c
commit f1219e1045
Signed by: felschr
GPG key ID: 671E39E6744C807D
2 changed files with 4 additions and 0 deletions

View file

@ -23,6 +23,8 @@
export SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/gnupg/S.gpg-agent.ssh
'';
programs.ssh.enable = true;
programs.git.defaultProfile = "private";
home.sessionVariables.EDITOR = "nvim";

View file

@ -117,6 +117,8 @@ in with builtins; {
programs.zsh.enable = true;
programs.ssh.enableAskPassword = false;
services.openssh = {
enable = true;
settings = {