diff options
Diffstat (limited to 'hosts/vidhar/network/pppoe/default.nix')
| -rw-r--r-- | hosts/vidhar/network/pppoe/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
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 { | |||
| 50 | 50 | ||
| 51 | bindsTo = [ "sys-subsystem-net-devices-pppoe.device" ]; | 51 | bindsTo = [ "sys-subsystem-net-devices-pppoe.device" ]; |
| 52 | after = [ "sys-subsystem-net-devices-pppoe.device" ]; | 52 | after = [ "sys-subsystem-net-devices-pppoe.device" ]; |
| 53 | |||
| 54 | RestartSec = lib.mkForce "50ms"; | ||
| 55 | RestartMaxDelaySec = "5s"; | ||
| 56 | RestartSteps = 4; | ||
| 57 | StartLimitBurst = 10; | ||
| 53 | }; | 58 | }; |
| 54 | sops.secrets."o2-password" = { | 59 | sops.secrets."o2-password" = { |
| 55 | format = "binary"; | 60 | format = "binary"; |
