desktop: gnome-keyring + PAM unlock via ly
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
f31d8b9276
commit
877e3b6122
1 changed files with 5 additions and 0 deletions
|
|
@ -16,6 +16,11 @@
|
||||||
# Flatpak for ad-hoc app installs via Bazaar
|
# Flatpak for ad-hoc app installs via Bazaar
|
||||||
services.flatpak.enable = true;
|
services.flatpak.enable = true;
|
||||||
|
|
||||||
|
# Secret Service for Chromium/Electron credential encryption;
|
||||||
|
# PAM unlocks the keyring with the login password at the ly greeter.
|
||||||
|
services.gnome.gnome-keyring.enable = true;
|
||||||
|
security.pam.services.ly.enableGnomeKeyring = true;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
nemo # file manager
|
nemo # file manager
|
||||||
adwaita-icon-theme
|
adwaita-icon-theme
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue