Don't spawn nextcloud where it isn't necessary
This commit is contained in:
@@ -71,5 +71,10 @@
|
||||
output = "eDP-1"; # notifications only on main display
|
||||
};
|
||||
};
|
||||
|
||||
services.nextcloud-client = {
|
||||
enable = lib.mkForce false;
|
||||
startInBackground = lib.mkForce false;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user