diff --git a/hostconfig/ZeNixComputa/nixos.nix b/hostconfig/ZeNixComputa/nixos.nix index cae5ea9..d80a6c2 100644 --- a/hostconfig/ZeNixComputa/nixos.nix +++ b/hostconfig/ZeNixComputa/nixos.nix @@ -25,7 +25,10 @@ networking = { hostName = "ZeNixComputa"; interfaces = { - enp4s0.useDHCP = true; + enp4s0 = { + useDHCP = true; + wakeOnLan.enable = true; + }; }; };