Secret Service: Difference between revisions
No edit summary |
Add list of PAM services |
||
| Line 68: | Line 68: | ||
== Auto-decrypt on login == | == Auto-decrypt on login == | ||
The NixOS module for GNOME Keyring enables its PAM module automatically via {{nixos:option|security.pam.services.*.enableGnomeKeyring}}. The equivalent for KDE Wallet is {{nixos:option|security.pam.services.*.kwallet.enable}}. Usually you want to configure the <code>login</code> service. | The NixOS module for GNOME Keyring enables its PAM module automatically via {{nixos:option|security.pam.services.*.enableGnomeKeyring}}. The equivalent for KDE Wallet is {{nixos:option|security.pam.services.*.kwallet.enable}}. | ||
Usually you want to configure the <code>login</code> service, but <code>greetd</code> and <code>sshd</code> are also available. GDM and LightDM can be configured with <code>login</code>, while greetd cannot ({{issue|357201}}). | |||
The login password is used to decrypt the wallet/keyring. | The login password is used to decrypt the wallet/keyring. | ||
[[Category:Desktop]] | [[Category:Desktop]] | ||