1

System: Reenable gnome-keyring for nextcloud

This commit is contained in:
2025-06-30 14:02:27 +02:00
parent 0eaffeba4c
commit ff989c55ee
2 changed files with 5 additions and 3 deletions

View File

@ -359,6 +359,7 @@ with mylib.networking; {
"networkmanager"
"wheel"
"audio"
"video"
"pipewire"
"realtime"
"gamemode"
@ -515,8 +516,8 @@ with mylib.networking; {
];
};
gnome.gnome-keyring.enable = false; # TODO: Do apps require this?
gnome.gcr-ssh-agent.enable = false;
gnome.gnome-keyring.enable = true; # Apps (e.g. nextcloud) require this
gnome.gcr-ssh-agent.enable = false; # TODO: Use this instead of ssh.startAgent?
};
virtualisation = {