Move enableGnomeKeyring

This commit is contained in:
Ethan Lane 2024-08-15 16:32:40 +01:00
parent 80a0f5af85
commit 634efc074b
2 changed files with 4 additions and 2 deletions

View file

@ -16,7 +16,6 @@ in {
};
services.gnome-keyring.enable = true;
security.pam.services.lightdm.enableGnomeKeyring = true;
home = {
username = "${username}";

View file

@ -43,7 +43,10 @@
i18n.defaultLocale = "en_GB.UTF-8";
security.rtkit.enable = true;
security = {
rtkit.enable = true;
pam.services.lightdm.enableGnomeKeyring = true;
};
services = {
flatpak.enable = true;