Add executables to path

This commit is contained in:
niten 2022-07-01 16:28:37 -07:00
parent d672dd5dbd
commit 4c3c594d0d
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ in {
enable = true; enable = true;
wantedBy = [ "multi-user.target" ]; wantedBy = [ "multi-user.target" ];
after = [ "network-online.target" ]; after = [ "network-online.target" ];
path = with pkgs; [ net-tools xprintidle ];
serviceConfig = { serviceConfig = {
ExecStart = pkgs.writeShellScript "launch-wallfly.sh" '' ExecStart = pkgs.writeShellScript "launch-wallfly.sh" ''
${pkgs.wallfly}/bin/wallfly \ ${pkgs.wallfly}/bin/wallfly \