From 64e4f375a9bdad99ee742968949b01faa23997ab Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Wed, 31 Jan 2024 00:22:55 +0100 Subject: [PATCH] nginx: do not use openTCPVPN --- hosts/architect/nginx.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/architect/nginx.nix b/hosts/architect/nginx.nix index a0b1bab..0564e1a 100644 --- a/hosts/architect/nginx.nix +++ b/hosts/architect/nginx.nix @@ -3,7 +3,6 @@ { architect.firewall = { openTCP = [ 80 443 ]; - openTCPVPN = [ 80 443 ]; }; services.nginx = {