From 3894c3b40a1c4ec1b9463dc1cd8bc493079f65c7 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Thu, 25 Jul 2024 05:26:03 -0700 Subject: [PATCH] Revert "wakeonlan: unicast activity" This reverts commit 53064f8db61fa3a5d225d991adf86a45b26433fe. --- 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 2ece27f..0ea0138 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 u"; + ExecStart = "${pkgs.ethtool}/sbin/ethtool -s enp7s0 wol g"; }; wantedBy = [ "default.target" ]; };