diff --git a/hosts/nixos/configuration.nix b/hosts/nixos/configuration.nix index 5bdbf58..7320fc4 100644 --- a/hosts/nixos/configuration.nix +++ b/hosts/nixos/configuration.nix @@ -95,9 +95,10 @@ nixpkgs.config.allowUnfree = true; services.gnome.gnome-keyring.enable = true; -security.pam.services.lightdm.enableGnomeKeyring = true; - +# security.pam.services.lightdm.enableGnomeKeyring = true; +# services.gnome.gnome-keyring.enable = true; +security.pam.services.login.enableGnomeKeyring = true; # systemd.services.nextcloud-appimage = { # enable = true; # Unit = {