From bf951766a71d81f5e00868a4d8c4ce8159c90420 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Tue, 5 Dec 2023 14:30:54 +0100 Subject: [PATCH] Enable firewall? --- nixos/queen/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/queen/configuration.nix b/nixos/queen/configuration.nix index 11dd541..6e595c0 100644 --- a/nixos/queen/configuration.nix +++ b/nixos/queen/configuration.nix @@ -113,6 +113,8 @@ # Enable networking networking.networkmanager.enable = true; + networking.firewall.enable = true; + networking.firewall.allowedTCPPorts = [80 443 1433]; # Set your time zone.