From 3de5e1487acafb804138394cdd1f90509c54fb24 Mon Sep 17 00:00:00 2001 From: iFargle Date: Sat, 7 Oct 2023 22:18:18 +0900 Subject: [PATCH] test --- nixos/hosts/nixos-rpi4-03/temp.nix | 2 +- nixos/hosts/osaka-vultr-01/default.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/nixos/hosts/nixos-rpi4-03/temp.nix b/nixos/hosts/nixos-rpi4-03/temp.nix index be5c22a3..d74debb4 100644 --- a/nixos/hosts/nixos-rpi4-03/temp.nix +++ b/nixos/hosts/nixos-rpi4-03/temp.nix @@ -1,5 +1,5 @@ {pkgs, lib, config, ...}: { - networking.firewall.allowedTCPPorts = [ 80 ]; + networking.firewall.allowedTCPPorts = [ 80 443 ]; services.nginx = { enable = true; diff --git a/nixos/hosts/osaka-vultr-01/default.nix b/nixos/hosts/osaka-vultr-01/default.nix index 1bff6d3d..3597b6ac 100644 --- a/nixos/hosts/osaka-vultr-01/default.nix +++ b/nixos/hosts/osaka-vultr-01/default.nix @@ -21,6 +21,7 @@ networking.firewall.allowedTCPPorts = [ 22 80 + 443 ]; networking.firewall.allowedUDPPorts = [ 51820 ];