fix: disable gnome keyring

This commit is contained in:
2026-04-11 11:38:00 +02:00
parent 9fa2c1a8c1
commit f0020134f5

View File

@@ -33,6 +33,7 @@ in
}; };
services = { services = {
gnome.gnome-keyring.enable = false;
dbus.enable = true; dbus.enable = true;
logind.settings.Login = { logind.settings.Login = {
HandleLidSwitch = "suspend"; HandleLidSwitch = "suspend";