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; }; };