{ config, pkgs, lib, ... }: { services.collabora-online = { enable = true; # This is the default, set explicitly here to make it easier to find. port = 9980; settings = { # The service is behind our reverse proxy, so we need to tell it so. ssl = { enable = false; termination = true; }; }; }; }