hainich/murmur,mumble: let the websites be fixed.

This commit is contained in:
Schweby mit Hut 2021-02-03 23:33:08 +01:00
parent 1ccc8b2b9c
commit 323b4edf1c

View file

@ -14,8 +14,8 @@
networking.firewall.allowedTCPPorts = [ config.services.murmur.port ];
networking.firewall.allowedUDPPorts = [ config.services.murmur.port ];
services.nginx.virtualHosts =
let vhost = {
services.nginx.virtualHosts = let
vhost = {
forceSSL = true;
enableACME = true;
locations."/" = {