fix realtek eee disablement

This commit is contained in:
2026-03-26 04:16:20 +01:00
parent 5c710e0cb6
commit 64a464af49

View File

@@ -33,7 +33,7 @@
serviceConfig = {
Type = "oneshot";
ExecStart = "${pkgs.ethtool}/bin/ethtool --set-eee enp75s0 eee off";
ExecStart = "${pkgs.ethtool}/bin/ethtool --set-eee enp10s0 eee off";
RemainAfterExit = true;
};
};