snowhawk: lib.getExe for wakeonlan

main
Zynh Ludwig 2024-08-19 22:41:48 -07:00
parent 53afc745e7
commit 0247eba923
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@
serviceConfig = { serviceConfig = {
Type = "simple"; Type = "simple";
RemainAfterExit = "true"; RemainAfterExit = "true";
ExecStart = "${pkgs.ethtool}/sbin/ethtool -s enp7s0 wol g"; ExecStart = "${lib.getExe pkgs.ethtool} -s enp7s0 wol g";
}; };
wantedBy = [ "default.target" ]; wantedBy = [ "default.target" ];
}; };