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:
parent
35d4f619c7
commit
0e83d67373
1 changed files with 0 additions and 3 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue