fix(home-server): fix ssh config
This commit is contained in:
parent
e8d44fcb6c
commit
f1219e1045
|
@ -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";
|
||||
|
|
|
@ -117,6 +117,8 @@ in with builtins; {
|
|||
|
||||
programs.zsh.enable = true;
|
||||
|
||||
programs.ssh.enableAskPassword = false;
|
||||
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
Loading…
Reference in a new issue