From 53064f8db61fa3a5d225d991adf86a45b26433fe Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Thu, 25 Jul 2024 05:16:30 -0700 Subject: [PATCH] wakeonlan: unicast activity --- hosts/snowhawk/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/snowhawk/configuration.nix b/hosts/snowhawk/configuration.nix index 0ea0138..2ece27f 100644 --- a/hosts/snowhawk/configuration.nix +++ b/hosts/snowhawk/configuration.nix @@ -120,7 +120,7 @@ serviceConfig = { Type = "simple"; RemainAfterExit = "true"; - ExecStart = "${pkgs.ethtool}/sbin/ethtool -s enp7s0 wol g"; + ExecStart = "${pkgs.ethtool}/sbin/ethtool -s enp7s0 wol u"; }; wantedBy = [ "default.target" ]; };