From 0d9a00c89e02851888be2880f668cffdc21a4816 Mon Sep 17 00:00:00 2001 From: oqyude Date: Fri, 7 Nov 2025 18:13:23 +0300 Subject: [PATCH] 123 --- configurations/vds.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/configurations/vds.nix b/configurations/vds.nix index 55d9239..c226b61 100644 --- a/configurations/vds.nix +++ b/configurations/vds.nix @@ -119,7 +119,12 @@ let networking = { hostName = "${xlib.device.hostname}"; networkmanager.enable = true; - firewall.enable = true; + firewall = { + enable = true; + allowPing = true; + }; + enableIPv6 = true; + interfaces.ens3.useDHCPv6 = true; }; system = {