From cbe317a6d993c65899186d4a397525e066bed19a Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Wed, 29 Nov 2023 12:08:58 +0530 Subject: hosts/cez: disable firewall --- hosts/cez/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/cez/configuration.nix b/hosts/cez/configuration.nix index b8bbc3e..fb15ddc 100644 --- a/hosts/cez/configuration.nix +++ b/hosts/cez/configuration.nix @@ -28,6 +28,7 @@ in networking = { hostName = "cez"; useDHCP = false; + firewall.enable = false; wireless.iwd = { enable = true; -- cgit v1.2.3