{ config, lib, pkgs, ... }: { services.nginx.virtualHosts."stuebinm.eu" = { enableACME = true; forceSSL = true; locations."/".root = (import /home/stuebinm/Dokumente/blog); }; }