From 477580b93633acd6920a751d841069462a5c7501 Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Wed, 28 Feb 2024 09:40:46 +0100 Subject: [PATCH] Remove /etc/net/mac The mac address is now always fetched directly from the network card --- config/net.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/config/net.toml b/config/net.toml index 156f0aa..33dccd9 100644 --- a/config/net.toml +++ b/config/net.toml @@ -49,9 +49,3 @@ path = "/etc/net/ip_subnet" data = """ 255.255.255.0 """ - -[[files]] -path = "/etc/net/mac" -data = """ -54-52-00-ab-cd-ef -"""