1
0
mirror of https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git synced 2025-09-15 09:45:58 +03:00

changed ssh-agent

This commit is contained in:
xnm
2024-02-21 02:09:47 +02:00
parent 653d5325e1
commit 0797ee07e0

View File

@@ -3,10 +3,7 @@
{
services.udev.packages = [ pkgs.yubikey-personalization ];
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
};
programs.ssh.startAgent = true;
# FIXME Don't forget to create an authorization mapping file for your user (https://nixos.wiki/wiki/Yubikey#pam_u2f)
security.pam.u2f = {