From 323b4edf1cfdeb279ec16be824071903e3d68ecc Mon Sep 17 00:00:00 2001 From: Schweby mit Hut Date: Wed, 3 Feb 2021 23:33:08 +0100 Subject: [PATCH] hainich/murmur,mumble: let the websites be fixed. --- hosts/hainich/services/murmur.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/hainich/services/murmur.nix b/hosts/hainich/services/murmur.nix index 754c52a..82e0718 100644 --- a/hosts/hainich/services/murmur.nix +++ b/hosts/hainich/services/murmur.nix @@ -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."/" = {