0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

Revert "nixos/gnome-keyring: enable gnome-keyring for fingerprint authentication'"

`gdm-fingerprint` PAM module is defined using the `text` option, so the option here is a no-op.

This reverts commit 6bb516d45f.
This commit is contained in:
Jan Tojnar 2024-07-03 21:22:25 +02:00
parent 35d4f619c7
commit 0e83d67373

View file

@ -43,9 +43,6 @@ in
gdm-password.enableGnomeKeyring = true; gdm-password.enableGnomeKeyring = true;
gdm-autologin.enableGnomeKeyring = true; gdm-autologin.enableGnomeKeyring = true;
}) })
(lib.mkIf (config.services.xserver.displayManager.gdm.enable && config.services.fprintd.enable) {
gdm-fingerprint.enableGnomeKeyring = true;
})
]; ];
security.wrappers.gnome-keyring-daemon = { security.wrappers.gnome-keyring-daemon = {