desktop: add lxqt.openssh-askpass

This commit is contained in:
Kabbone 2023-01-20 20:52:36 +01:00
parent aa244b0f52
commit 8375ce0d13
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY
2 changed files with 4 additions and 1 deletions

View File

@ -132,7 +132,7 @@
# extraConfig = ''
# HostKeyAlgorithms +ssh-rsa
# ''; # Temporary extra config so ssh will work in guacamole
passwordAuthentication = false;
settings.passwordAuthentication = false;
};
pcscd.enable = true;
yubikey-agent.enable = true;

View File

@ -34,6 +34,7 @@
slurp
grim
bemenu
lxqt.lxqt-openssh-askpass
];
};
@ -56,6 +57,8 @@
#export LIBCL_ALWAYS_SOFTWARE="1"; # For applications in VM like alacritty to work
#export WLR_NO_HARDWARE_CURSORS="1"; # For cursor in VM
'';
ssh.enableAskPassword = true;
ssh.askPassword = "${pkgs.lxqt.lxqt-openssh-askpass}/bin/lxqt-openssh-askpass";
};
security.pam.services.swaylock = {};