diff --git a/helios64.nix b/helios64.nix index 279d358..ef372ac 100644 --- a/helios64.nix +++ b/helios64.nix @@ -36,6 +36,8 @@ in { serviceConfig = { Type = "oneshot"; ExecStart = "${pkgs.ethtool}/bin/ethtool --offload eth0 tx off"; + Restart = "on-failure"; + RestartSec = "10"; }; }; }