From 6aad3f566df2c30de478463c63ace7de3a3e8f36 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 28 Jul 2026 18:45:37 +0200 Subject: ... --- hosts/vidhar/network/pppoe/default.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'hosts/vidhar') diff --git a/hosts/vidhar/network/pppoe/default.nix b/hosts/vidhar/network/pppoe/default.nix index f652c29d..3d652fa8 100644 --- a/hosts/vidhar/network/pppoe/default.nix +++ b/hosts/vidhar/network/pppoe/default.nix @@ -50,6 +50,11 @@ in { bindsTo = [ "sys-subsystem-net-devices-pppoe.device" ]; after = [ "sys-subsystem-net-devices-pppoe.device" ]; + + RestartSec = lib.mkForce "50ms"; + RestartMaxDelaySec = "5s"; + RestartSteps = 4; + StartLimitBurst = 10; }; sops.secrets."o2-password" = { format = "binary"; -- cgit v1.2.3