From c9f69530d8d01ea4dffb40c8d60e71b435e5c924 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Wed, 3 Dec 2025 21:40:44 +0100 Subject: [PATCH] fix: declare 'andromache' 'eno1' interface MAC address --- hosts/andromache/default.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/hosts/andromache/default.nix b/hosts/andromache/default.nix index 4c4527d..8569fe2 100644 --- a/hosts/andromache/default.nix +++ b/hosts/andromache/default.nix @@ -88,10 +88,6 @@ in }; }; - networking = { - hostId = "80eef97e"; - }; - services.xserver = { videoDrivers = [ "nvidia" ]; }; @@ -125,9 +121,11 @@ in }; networking = { + hostId = "80eef97e"; interfaces = { eno1 = { wakeOnLan.enable = true; + macAddress = "02:68:b3:29:da:98"; }; }; firewall = {