Skip to content

Commit dfd24a5

Browse files
committed
fix(linux): disable firewall again
1 parent 7c1e289 commit dfd24a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/linux/network.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
networking = {
44
useNetworkd = true;
5-
firewall.enable = true;
5+
firewall.enable = false;
66
# this is overridden by NetworkManager on workstations
77
useDHCP = lib.mkDefault true;
88
# this is not compatible with networkd

0 commit comments

Comments
 (0)