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

This commit is contained in:
2026-03-11 21:25:22 +01:00
parent 84d9ac50a6
commit f664d4b46a
+2 -4
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 = {