diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-11-09 16:23:54 -0800 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-11-09 16:23:54 -0800 |
commit | e7e9d5dd0f6875834c12c220a510ef32adf901a7 (patch) | |
tree | ca0069639d27fa84cdb06e0bd37cec3d95b2a9f7 /hosts/common | |
parent | 803810f5b3864d84e2bc0acb4f432aefc4e33e8b (diff) | |
download | nix-e7e9d5dd0f6875834c12c220a510ef32adf901a7.tar nix-e7e9d5dd0f6875834c12c220a510ef32adf901a7.tar.gz nix-e7e9d5dd0f6875834c12c220a510ef32adf901a7.tar.bz2 nix-e7e9d5dd0f6875834c12c220a510ef32adf901a7.tar.lz nix-e7e9d5dd0f6875834c12c220a510ef32adf901a7.tar.xz nix-e7e9d5dd0f6875834c12c220a510ef32adf901a7.tar.zst nix-e7e9d5dd0f6875834c12c220a510ef32adf901a7.zip |
Add tftp-hpa to core
Diffstat (limited to 'hosts/common')
-rw-r--r-- | hosts/common/core/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/common/core/default.nix b/hosts/common/core/default.nix index 0ff4d9a..e4044fd 100644 --- a/hosts/common/core/default.nix +++ b/hosts/common/core/default.nix @@ -80,6 +80,7 @@ strace sysstat tcpdump + tftp-hpa traceroute tree tshark |