Move enableGnomeKeyring
This commit is contained in:
parent
80a0f5af85
commit
634efc074b
2 changed files with 4 additions and 2 deletions
|
@ -16,7 +16,6 @@ in {
|
|||
};
|
||||
|
||||
services.gnome-keyring.enable = true;
|
||||
security.pam.services.lightdm.enableGnomeKeyring = true;
|
||||
|
||||
home = {
|
||||
username = "${username}";
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue