From 62188455a9357020aada9d89aaa86793f4b9a37b Mon Sep 17 00:00:00 2001 From: fruchti Date: Mon, 27 Mar 2023 20:58:28 +0200 Subject: [PATCH] Emitter: Shift backup to 3:00 2:00 might overlap with the time Rupert gets a new IP address --- hosts/Emitter.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/Emitter.nix b/hosts/Emitter.nix index 7ab0acf..85d7390 100644 --- a/hosts/Emitter.nix +++ b/hosts/Emitter.nix @@ -111,7 +111,7 @@ enable = true; # Because of the port forward, the server will be localhost server = "localhost"; - frequency = "2:00"; + frequency = "3:00"; passwordFile = "/secrets/burp_client_password"; sslKeyPasswordFile = "/secrets/burp_ssl_key_password"; };