nextcloud fix?

issue client starting twice...
This commit is contained in:
2025-06-21 13:01:34 +02:00
parent 8bf092e498
commit 8ffe52a3ca

View File

@ -1,11 +1,6 @@
{lib, ...}: {
{
services.nextcloud-client = {
enable = true;
startInBackground = true;
};
systemd.user.services.nextcloud-client = {
Unit = {
After = lib.mkForce "graphical-session.target";
};
};
}