From bf2aa2ec4f1cceb981970b881667057f4c0f58c0 Mon Sep 17 00:00:00 2001 From: clerie Date: Thu, 23 Dec 2021 23:12:15 +0100 Subject: [PATCH] Hotfix: restart more often the broken stuff --- hosts/carbon/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/carbon/configuration.nix b/hosts/carbon/configuration.nix index d9111b7..7b06994 100644 --- a/hosts/carbon/configuration.nix +++ b/hosts/carbon/configuration.nix @@ -148,7 +148,7 @@ script = '' systemctl restart pppd-ntvdsl.service ''; - startAt = "*-*-* 03:00:00"; + startAt = "*-*-* *:47:00"; };