fix(client): disable ssh-askpass on wsl

the curses askpass is cool but it just. doesn't work well, especially
when there are multiple tabs open in windows terminal which completely
breaks it beyond belief. so yeah, bye bye
This commit is contained in:
uku 2025-01-27 20:27:15 +01:00
parent 0bb7ad9e38
commit be8b283139
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
4 changed files with 10 additions and 23 deletions

View file

@ -112,6 +112,7 @@
programs = {
firefox.enable = true;
virt-manager.enable = true;
ssh.enableAskPassword = true;
};
security.pam.services.login.enableGnomeKeyring = true;