hurricane: 40 current 2025-06-19 17:22:37 25.05.20250617.36ab78d 6.15.2 *
nextcloud autostart service hurricane: 41 current 2025-06-19 17:28:13 25.05.20250617.36ab78d 6.15.2 *
This commit is contained in:
11
modules/home/nextcloud.nix
Normal file
11
modules/home/nextcloud.nix
Normal file
@ -0,0 +1,11 @@
|
||||
{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