Fix gnome keyring login

This commit is contained in:
2022-02-23 14:08:18 +00:00
parent 8d4439943a
commit 6dc787cbf3
2 changed files with 10 additions and 6 deletions

View File

@@ -1,6 +1,7 @@
{ config, pkgs, ...}:
{
security.pam.services.gdm.enableGnomeKeyring = true;
# Enable the X11 windowing system.
services.xserver = {
enable = true;