{ config, pkgs, ... }: { services.nginx.virtualHosts."pad.stubbe.rocks" = { enableACME = true; forceSSL = true; locations."/".proxyPass = "http://localhost:9001"; }; services.etherpad = { enable = true; }; }