{ imports = [ ../../../common/services/nginx.nix ]; services.nginx.virtualHosts = { "nixaalb.org" = { enableACME = true; forceSSL = true; root = "/var/www/nixaalb.org/public"; }; "mta-sts.nixaalb.org" = { enableACME = true; forceSSL = true; root = "/var/www/mta-sts/public"; }; }; }