fix(astyanax): resolve wol-andromache MAC import

This commit is contained in:
2026-05-24 17:02:44 +02:00
parent 87d1e973ba
commit 4000be1722

View File

@@ -83,7 +83,7 @@
name = "wol-andromache";
runtimeInputs = [ pkgs.wakeonlan ];
text = ''
wakeonlan ${wolInterfaces.eno1.macAddress}
wakeonlan ${(import ../andromache/wol-interfaces.nix).eno1.macAddress}
'';
})
];