diff options
author | Franck Cuny <franck@fcuny.net> | 2022-03-12 20:00:28 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-03-12 20:00:28 -0800 |
commit | 3b30347493f765e7bd80efc3d5c643dbe8c5fe11 (patch) | |
tree | f94ecbfbdc8f17127d31b405e817c9c27226ecbd /hosts/common/system | |
parent | prometheus: collect more stuff (diff) | |
download | world-3b30347493f765e7bd80efc3d5c643dbe8c5fe11.tar.gz |
default: install ethtool everywhere
Diffstat (limited to '')
-rw-r--r-- | hosts/common/system/software.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/common/system/software.nix b/hosts/common/system/software.nix index 9cdce01..dec632e 100644 --- a/hosts/common/system/software.nix +++ b/hosts/common/system/software.nix @@ -9,6 +9,7 @@ in { cacert curl dmidecode + ethtool flameGraph git htop |