From e8c59fe923bfcfbaa5f242cbe51002f1c2932838 Mon Sep 17 00:00:00 2001 From: Natalie Marks Date: Tue, 16 Apr 2024 01:47:15 -0700 Subject: [PATCH] updated system config --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index e972445..a408252 100644 --- a/configuration.nix +++ b/configuration.nix @@ -307,7 +307,7 @@ # wireless.enable = true; # Enables wireless support via wpa_supplicant. networkmanager.enable = true; firewall = { - allowedTCPPorts = [22]; + allowedTCPPorts = [22 80 443]; enable = true; }; interfaces.enp11s0.wakeOnLan = {