wakeonlan: unicast activity

main
Zynh Ludwig 2024-07-25 05:16:30 -07:00
parent d415e110e8
commit 53064f8db6
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 g";
ExecStart = "${pkgs.ethtool}/sbin/ethtool -s enp7s0 wol u";
};
wantedBy = [ "default.target" ];
};