diff options
author | sinanmohd <sinan@sinanmohd.com> | 2023-11-29 12:08:58 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2023-11-29 12:08:58 +0530 |
commit | cbe317a6d993c65899186d4a397525e066bed19a (patch) | |
tree | 319301500623500cf02cd3987991270f4dfc25fb /hosts/cez | |
parent | 581ac47a3a23264018cefadfbac0f8c9fa148c90 (diff) |
hosts/cez: disable firewall
Diffstat (limited to 'hosts/cez')
-rw-r--r-- | hosts/cez/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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; |