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" ]; };