From 977a304b8f5b8b72c6c3585fad3fd351971abba5 Mon Sep 17 00:00:00 2001 From: oqyude Date: Sun, 9 Nov 2025 17:18:43 +0300 Subject: [PATCH] 123 --- configurations/vds.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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;