From 17fb37f4b64701462090240a94dcdca9dd3fd472 Mon Sep 17 00:00:00 2001 From: oqyude Date: Sun, 9 Nov 2025 15:43:46 +0300 Subject: [PATCH] 123 --- configurations/vds.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;