remove ssh askpass

This commit is contained in:
randomuser 2023-07-10 22:56:44 -05:00
parent a7f32dbbf0
commit 65da394c5d
1 changed files with 2 additions and 0 deletions

View File

@ -198,4 +198,6 @@ in {
text = "source $HOME/.config/bash/profile"; text = "source $HOME/.config/bash/profile";
}; };
}; };
programs.ssh.askPassword = "";
} }