Revert "wakeonlan: unicast activity"

This reverts commit 53064f8db6.
main
Zynh Ludwig 2024-07-25 05:26:03 -07:00
parent 53064f8db6
commit 3894c3b40a
1 changed files with 1 additions and 1 deletions

View File

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