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 = {