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.