diff options
Diffstat (limited to 'hosts')
-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; |