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 = '' # extraConfig = ''
# HostKeyAlgorithms +ssh-rsa # HostKeyAlgorithms +ssh-rsa
# ''; # Temporary extra config so ssh will work in guacamole # ''; # Temporary extra config so ssh will work in guacamole
passwordAuthentication = false; settings.passwordAuthentication = false;
}; };
pcscd.enable = true; pcscd.enable = true;
yubikey-agent.enable = true; yubikey-agent.enable = true;

View File

@ -34,6 +34,7 @@
slurp slurp
grim grim
bemenu bemenu
lxqt.lxqt-openssh-askpass
]; ];
}; };
@ -56,6 +57,8 @@
#export LIBCL_ALWAYS_SOFTWARE="1"; # For applications in VM like alacritty to work #export LIBCL_ALWAYS_SOFTWARE="1"; # For applications in VM like alacritty to work
#export WLR_NO_HARDWARE_CURSORS="1"; # For cursor in VM #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 = {}; security.pam.services.swaylock = {};