summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2023-11-29 12:08:58 +0530
committersinanmohd <sinan@sinanmohd.com>2023-11-29 12:08:58 +0530
commitcbe317a6d993c65899186d4a397525e066bed19a (patch)
tree319301500623500cf02cd3987991270f4dfc25fb
parent581ac47a3a23264018cefadfbac0f8c9fa148c90 (diff)
hosts/cez: disable firewall
-rw-r--r--hosts/cez/configuration.nix1
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;