diff --git a/machines/hephaestus/configuration.nix b/machines/hephaestus/configuration.nix index 8eea6b5..17e478e 100644 --- a/machines/hephaestus/configuration.nix +++ b/machines/hephaestus/configuration.nix @@ -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;