nixos-config/config/apps/nextcloud.nix

8 lines
99 B
Nix
Raw Normal View History

2024-08-01 23:16:03 +00:00
{ ... }:
{
services.nextcloud-client = {
enable = true;
startInBackground = true;
};
}