From b671cdd1c402d6e5b8b4489aa75602f5231c17d6 Mon Sep 17 00:00:00 2001 From: Syed Daanish Date: Wed, 8 Jul 2026 18:49:51 +0100 Subject: [PATCH] Enable firewall explicitly --- hosts/syedm/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/syedm/default.nix b/hosts/syedm/default.nix index 7931e08..edaa68b 100644 --- a/hosts/syedm/default.nix +++ b/hosts/syedm/default.nix @@ -28,6 +28,7 @@ }; networking.firewall = { + enable = true; allowedTCPPorts = [ 22 80 443 ]; allowedUDPPorts = []; allowPing = true;