Enable wake-on-lan

This commit is contained in:
Dave Gallant
2025-02-08 23:00:59 -05:00
parent ba2de4f678
commit 360fb7b857

View File

@@ -172,8 +172,12 @@ in
iproute2.enable = true;
hostName = "hephaestus";
hostId = "0e8aad53";
interfaces.enp34s0 = {
interfaces."enp34s0" = {
useDHCP = true;
wakeOnLan = {
enable = true;
policy = [ "magic" ];
};
};
firewall = {
allowPing = false;