From 9492adaded6cb8b246db5a348fb2720dbc184214 Mon Sep 17 00:00:00 2001 From: Karel Kočí Date: Sat, 16 May 2026 13:12:33 +0200 Subject: treewide: systems modifications --- nixos/configurations/zd-mox.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'nixos/configurations/zd-mox.nix') diff --git a/nixos/configurations/zd-mox.nix b/nixos/configurations/zd-mox.nix index 6ce1b6b..54cc150 100644 --- a/nixos/configurations/zd-mox.nix +++ b/nixos/configurations/zd-mox.nix @@ -113,6 +113,8 @@ in { defaultroute defaultroute6 maxfail 1 + #holdoff 5 + #persist # user and password added in secrets ''; }; @@ -120,6 +122,10 @@ in { "pppd-wan" = { requires = ["sys-subsystem-net-devices-end0.848.device"]; partOf = ["systemd-networkd.service"]; + serviceConfig = { + Restart = "always"; + StartLimitBurst = 0; + }; }; "systemd-networkd".environment.SYSTEMD_LOG_LEVEL = "debug"; }; -- cgit v1.3