From 4699abff0b8964710ed18bc57e7a82a626db0d1f 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.