diff --git a/configurations/vds.nix b/configurations/vds.nix index a21d23a..17c61a9 100644 --- a/configurations/vds.nix +++ b/configurations/vds.nix @@ -126,7 +126,7 @@ let networkmanager.enable = true; # dhcpcd.enable = false; firewall = { - enable = true; + enable = false; allowPing = true; }; enableIPv6 = true;