ma filepimp.r: replace wakeonlan

This commit is contained in:
makefu 2021-12-04 20:56:18 +01:00
parent 4745d9af8e
commit afa32b9c53

View file

@ -17,12 +17,6 @@ in {
krebs.build.host = config.krebs.hosts.filepimp;
networking.firewall.trustedInterfaces = [ itf ];
networking.interfaces.${itf}.wakeOnLan = true;
services.wakeonlan.interfaces = [
{
interface = itf ;
method = "password";
password = "CA:FE:BA:BE:13:37";
}
];
}