diff --git a/hosts/hetzner-vpn2/nginx.nix b/hosts/hetzner-vpn2/nginx.nix index 7d161c3..8148472 100644 --- a/hosts/hetzner-vpn2/nginx.nix +++ b/hosts/hetzner-vpn2/nginx.nix @@ -84,21 +84,21 @@ in ]; }; }; + }; - anubis = { - instances.main = { - enable = true; - settings = { - BIND = anubis-domain-socket; - TARGET = "unix://" + blog-domain-socket; - }; + anubis = { + instances.main = { + enable = true; + settings = { + BIND = anubis-domain-socket; + TARGET = "unix://" + blog-domain-socket; }; }; - - networking.firewall.allowedTCPPorts = [ - 80 - 443 - 5201 - ]; }; + + networking.firewall.allowedTCPPorts = [ + 80 + 443 + 5201 + ]; }