fix: declare 'andromache' 'eno1' interface MAC address

This commit is contained in:
2025-12-03 21:40:44 +01:00
parent 0197e99b8f
commit c9f69530d8

View File

@@ -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 = {