net-tools -> nettools
This commit is contained in:
parent
4c3c594d0d
commit
6c17df6850
|
@ -57,7 +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 ];
|
path = with pkgs; [ nettools xprintidle ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
ExecStart = pkgs.writeShellScript "launch-wallfly.sh" ''
|
ExecStart = pkgs.writeShellScript "launch-wallfly.sh" ''
|
||||||
${pkgs.wallfly}/bin/wallfly \
|
${pkgs.wallfly}/bin/wallfly \
|
||||||
|
|
Loading…
Reference in New Issue