fix(astyanax): resolve wol-andromache MAC import
This commit is contained in:
@@ -83,7 +83,7 @@
|
|||||||
name = "wol-andromache";
|
name = "wol-andromache";
|
||||||
runtimeInputs = [ pkgs.wakeonlan ];
|
runtimeInputs = [ pkgs.wakeonlan ];
|
||||||
text = ''
|
text = ''
|
||||||
wakeonlan ${wolInterfaces.eno1.macAddress}
|
wakeonlan ${(import ../andromache/wol-interfaces.nix).eno1.macAddress}
|
||||||
'';
|
'';
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user