From a857b350ed49dcdb663c0aade911e2de426446d0 Mon Sep 17 00:00:00 2001 From: sajenim Date: Sat, 13 May 2023 17:55:23 +0800 Subject: [PATCH] add firewall rules --- nixos/fuchsia/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nixos/fuchsia/configuration.nix b/nixos/fuchsia/configuration.nix index 0257198..ad587ed 100644 --- a/nixos/fuchsia/configuration.nix +++ b/nixos/fuchsia/configuration.nix @@ -110,6 +110,12 @@ domain = "kanto.dev"; # Connect to networks networkmanager.enable = true; + # Setup our firewall + firewall = { + enable = true; + allowedTCPPorts = [ ]; + allowedUDPPorts = [ ]; + }; }; fonts = {