From 870fc4e2d7251cd6ba3960b97c38e3858b04cf01 Mon Sep 17 00:00:00 2001 From: Cilly Leang Date: Thu, 21 Aug 2025 02:40:27 +1000 Subject: [PATCH] hyacinth/networking: enable wakeonlan --- hosts/hyacinth/networking.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/hyacinth/networking.nix b/hosts/hyacinth/networking.nix index 0f6035a..0b2eb03 100644 --- a/hosts/hyacinth/networking.nix +++ b/hosts/hyacinth/networking.nix @@ -3,7 +3,7 @@ networking = { useDHCP = true; interfaces.enp5s0.useDHCP = false; - interfaces.enp5s0.wakeOnLan.enable = false; + interfaces.enp5s0.wakeOnLan.enable = true; interfaces.enp5s0.ipv4.addresses = [{ address = "192.168.1.201";