net-tools -> nettools

This commit is contained in:
niten 2022-07-01 16:30:12 -07:00
parent 4c3c594d0d
commit 6c17df6850
1 changed files with 1 additions and 1 deletions

View File

@ -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 \