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."/" = {