Skip to content

Commit

Permalink
Auto-unlock keyring on login
Browse files Browse the repository at this point in the history
  • Loading branch information
rake5k committed Jun 11, 2024
1 parent a37c59b commit baa59b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nixos/roles/desktop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ in
};
};

security.pam.services.login.enableGnomeKeyring = true;

services = {
xserver = {
enable = true;
Expand Down

0 comments on commit baa59b0

Please sign in to comment.