Add executables to path
This commit is contained in:
parent
d672dd5dbd
commit
4c3c594d0d
|
@ -57,6 +57,7 @@ in {
|
|||
enable = true;
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
after = [ "network-online.target" ];
|
||||
path = with pkgs; [ net-tools xprintidle ];
|
||||
serviceConfig = {
|
||||
ExecStart = pkgs.writeShellScript "launch-wallfly.sh" ''
|
||||
${pkgs.wallfly}/bin/wallfly \
|
||||
|
|
Loading…
Reference in New Issue