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