{ config, pkgs, ... }: { services.nginx.virtualHosts."kshmap.ktiu.net" = { forceSSL = true; enableACME = true; root = "/var/www/ksh-map/dist"; }; }