{ config, pkgs, ... }: { imports = [ ../role/nextcloud ]; services.nextcloud = { hostName = "cloud.qo.is"; package = pkgs.nextcloud19; }; }