From a0053fe9ee21edc3e0c6be32348ef53ddb634ebd Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Mon, 26 May 2025 14:34:48 +1000 Subject: [PATCH] hyacinth/networking: enable wakeOnLan --- hosts/hyacinth/networking.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/hyacinth/networking.nix b/hosts/hyacinth/networking.nix index 696e98d..0f6035a 100644 --- a/hosts/hyacinth/networking.nix +++ b/hosts/hyacinth/networking.nix @@ -3,6 +3,7 @@ networking = { useDHCP = true; interfaces.enp5s0.useDHCP = false; + interfaces.enp5s0.wakeOnLan.enable = false; interfaces.enp5s0.ipv4.addresses = [{ address = "192.168.1.201";