From 8b32dab9a830887ed7e9c7f1c9c5c27bc2274c4c Mon Sep 17 00:00:00 2001 From: oqyude Date: Sun, 9 Nov 2025 15:59:31 +0300 Subject: [PATCH] 123 --- configurations/vds.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configurations/vds.nix b/configurations/vds.nix index 92f961e..3b964f8 100644 --- a/configurations/vds.nix +++ b/configurations/vds.nix @@ -130,7 +130,7 @@ let allowPing = true; }; enableIPv6 = true; - interfaces.eth0 = { + interfaces.ens3 = { # useDHCP = true; ipv4.addresses = [ { address="31.57.158.109"; prefixLength=20; } @@ -144,11 +144,11 @@ let }; # defaultGateway = { # address = "31.57.158.1"; - # interface = "eth0"; + # interface = "ens3"; # }; defaultGateway6 = { address = "2a13:7c00:10:6::1"; - interface = "eth0"; + interface = "ens3"; }; };