From 542870ca6fb2808e255b02d23bcd2c0b4b77afa2 Mon Sep 17 00:00:00 2001 From: oqyude Date: Sun, 9 Nov 2025 17:48:46 +0300 Subject: [PATCH] 123 --- configurations/vds.nix | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/configurations/vds.nix b/configurations/vds.nix index cdeb39c..be4e298 100644 --- a/configurations/vds.nix +++ b/configurations/vds.nix @@ -145,21 +145,21 @@ let # prefixLength = 24; # } # ]; - # ipv6.addresses = [ - # { - # address = "2a13:7c00:10:6:f816:3eff:fe36:fe1b"; - # prefixLength = 64; - # } - # ]; + ipv6.addresses = [ + { + address = "2a13:7c00:10:6:f816:3eff:fe36:fe1b"; + prefixLength = 64; + } + ]; }; # defaultGateway = { # address = "31.57.158.1"; # interface = "ens3"; # }; - # defaultGateway6 = { - # address = "2a13:7c00:10:6::1"; - # interface = "ens3"; - # }; + defaultGateway6 = { + address = "2a13:7c00:10:6::1"; + interface = "ens3"; + }; }; system = {