nextcloud fix?
issue client starting twice...
This commit is contained in:
@ -1,11 +1,6 @@
|
||||
{lib, ...}: {
|
||||
{
|
||||
services.nextcloud-client = {
|
||||
enable = true;
|
||||
startInBackground = true;
|
||||
};
|
||||
systemd.user.services.nextcloud-client = {
|
||||
Unit = {
|
||||
After = lib.mkForce "graphical-session.target";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user