From 64a464af498a8f03e765db3d3b52b36a49c03711 Mon Sep 17 00:00:00 2001 From: Andreas Schaafsma Date: Thu, 26 Mar 2026 04:16:20 +0100 Subject: [PATCH] fix realtek eee disablement --- .../drivebystation-nix/hardware/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/x86_64-linux/drivebystation-nix/hardware/hardware-configuration.nix b/systems/x86_64-linux/drivebystation-nix/hardware/hardware-configuration.nix index 2c0c9c7..eb4bfc4 100644 --- a/systems/x86_64-linux/drivebystation-nix/hardware/hardware-configuration.nix +++ b/systems/x86_64-linux/drivebystation-nix/hardware/hardware-configuration.nix @@ -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; }; };