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; iproute2.enable = true;
hostName = "hephaestus"; hostName = "hephaestus";
hostId = "0e8aad53"; hostId = "0e8aad53";
interfaces.enp34s0 = { interfaces."enp34s0" = {
useDHCP = true; useDHCP = true;
wakeOnLan = {
enable = true;
policy = [ "magic" ];
};
}; };
firewall = { firewall = {
allowPing = false; allowPing = false;