From 9059cb5ccd54c4227f896e8efb385a1db0929bf3 Mon Sep 17 00:00:00 2001 From: Alexander Wallau Date: Sat, 14 Sep 2024 10:47:22 +0200 Subject: [PATCH] For reasons nix-anywhere renames interfaces? --- machines/werth/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/werth/configuration.nix b/machines/werth/configuration.nix index 511f69a..75f9fe0 100644 --- a/machines/werth/configuration.nix +++ b/machines/werth/configuration.nix @@ -54,7 +54,7 @@ networking = { enableIPv6 = true; dhcpcd.IPv6rs = true; - interfaces."eth0" = { + interfaces."enp1s0" = { ipv6.addresses = [ { address = "2a01:4ff:f0:99e::1"; prefixLength = 64; } ]; }; defaultGateway6 = {