From 07a9e8b827b37a98690c5c3297b47fc67fd1d2b3 Mon Sep 17 00:00:00 2001 From: iFargle Date: Sun, 8 Oct 2023 17:28:46 +0900 Subject: [PATCH] Test --- nixos/hosts/nixos-rpi4-03/temp.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nixos/hosts/nixos-rpi4-03/temp.nix b/nixos/hosts/nixos-rpi4-03/temp.nix index 62d73726..6c99e394 100644 --- a/nixos/hosts/nixos-rpi4-03/temp.nix +++ b/nixos/hosts/nixos-rpi4-03/temp.nix @@ -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;