From 5ed141814cb31ee520ce93dff588886099a20d06 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Tue, 3 Jun 2025 16:40:36 +0200 Subject: [PATCH] Fix ethernet name in tent --- m/tent/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m/tent/configuration.nix b/m/tent/configuration.nix index 29ae7aa6..35eb3308 100644 --- a/m/tent/configuration.nix +++ b/m/tent/configuration.nix @@ -13,7 +13,7 @@ networking = { hostName = "tent"; - interfaces.eno1.ipv4.addresses = [ + interfaces.enp3s0f0.ipv4.addresses = [ { address = "10.0.44.4"; prefixLength = 24;