shinobu/router: Add ethtool

This commit is contained in:
Simon Bruder 2023-09-21 21:11:22 +02:00
parent 8a1724fe43
commit 257b000e24
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -373,6 +373,7 @@ in
boot.kernelModules = [ "nl80211" ];
environment.systemPackages = with pkgs; [
ethtool
iw
wirelesstools
];