Files
nixos-configuration/shared/desktop/home-manager/nextcloud.nix

7 lines
90 B
Nix

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