{ config, pkgs, ... }: { services.nginx.virtualHosts."cloud.stubbe.rocks" = { enableACME = true; forceSSL = true; }; }