{ config, lib, pkgs, ... }: { services.nginx.virtualHosts."infobeamer.stuebinm.eu" = { locations."/".root = pkgs.copyPathToStore "/home/stuebinm/Dokumente/Nous Sommes l'Utopie/hacc/hacc-voc/html-infobeamer"; enableACME = true; forceSSL = true; }; }