From 0b711726066766cab4ea507ed7a6b27aafa9a240 Mon Sep 17 00:00:00 2001 From: oqyude Date: Fri, 7 Nov 2025 18:29:45 +0300 Subject: [PATCH] 123 --- configurations/vds.nix | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/configurations/vds.nix b/configurations/vds.nix index 5ad7808..ad5a81c 100644 --- a/configurations/vds.nix +++ b/configurations/vds.nix @@ -124,7 +124,16 @@ let allowPing = true; }; enableIPv6 = true; - interfaces.ens3.useDHCP = true; + interfaces.ens3 = { + useDHCP = true; + addresses = [ + { + address = "2a13:7c00:10:6:f816:3eff:fe36:fe1b"; + prefixLength = 64; + } + ]; + }; + defaultGateway6 = "2a13:7c00:10:6::1"; }; system = {