ma filepimp.r: replace wakeonlan

This commit is contained in:
makefu 2021-12-04 20:56:18 +01:00
parent a4bd00deb7
commit a3a23f3963
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

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";
}
];
}