This repository has been archived on 2024-12-15. You can view files and clone it, but cannot push or open issues or pull requests.
home-manager/nextcloud.nix

9 lines
100 B
Nix

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