home-manager/private/nextcloud.nix

9 lines
100 B
Nix

{ ... }:
{
services.nextcloud-client = {
enable = true;
startInBackground = true;
};
}