diff --git a/configurations/vds.nix b/configurations/vds.nix index 0196243..c3c5f2b 100644 --- a/configurations/vds.nix +++ b/configurations/vds.nix @@ -126,7 +126,11 @@ let ]; hostName = "${xlib.device.hostname}"; networkmanager.enable = true; - # dhcpcd.enable = false; + tempAddresses = "disabled"; + dhcpcd = { + enable = true; + IPv6rs = true; + }; firewall = { enable = false; allowPing = true;