How do I persist a wake-via-ssh setting with NetworkManager?
According to this question and the arch-wiki that it cites, I can enable Wake-on-LAN with a magic packet using,
# ethtool -s <interface> wol g
and have it wake on ssh by using u for unicast instead of g for magic.
The Arch wiki later states I can persist a wake-on-LAN with NetworkManager with:
# nmcli c modify "<my-connection>" 802-3-ethernet.wake-on-lan magic
However, I want to persist wake-on-ssh and I'm not seeing any unicast options for wake-on-lan in the Ubuntu docs for NetworkManager. What's the equivalent setting to unicast?