This commit is contained in:
iFargle 2023-10-08 17:28:46 +09:00
parent b5e610ef4a
commit 07a9e8b827

View file

@ -1,5 +1,6 @@
{pkgs, lib, config, ...}: {
networking.firewall.interfaces.wireguard0.allowedTCPPorts = [ 80 443 ];
# networking.firewall.interfaces.wireguard0.allowedTCPPorts = [ 80 443 ];
networking.firewall.allowedTCPPorts = [ 80 443 ];
services.nginx = {
enable = true;