fix yubikey

This commit is contained in:
Joakim Repomaa
2025-02-11 10:10:21 +02:00
parent 9337d0e14c
commit 43f44ad06d

View File

@@ -412,6 +412,10 @@
pinentryPackage = pinentry-gnome3; pinentryPackage = pinentry-gnome3;
}; };
programs.gpg.scdaemonSettings = {
disable-ccid = true;
};
xdg.configFile."autostart/gnome-keyring-ssh.desktop".text = lib.strings.concatLines [ xdg.configFile."autostart/gnome-keyring-ssh.desktop".text = lib.strings.concatLines [
(builtins.readFile "${pkgs.gnome-keyring}/etc/xdg/autostart/gnome-keyring-ssh.desktop") (builtins.readFile "${pkgs.gnome-keyring}/etc/xdg/autostart/gnome-keyring-ssh.desktop")
"X-GNOME-Autostart-enabled=false" "X-GNOME-Autostart-enabled=false"