From 049e69a62df4d33fddc58508bc1aeb3c9f56b9d9 Mon Sep 17 00:00:00 2001 From: Emile Date: Sun, 21 Jul 2024 17:57:59 +0200 Subject: (deploy): change the timeout for activations I ran into limits when authelia took a centiry to shut down --- nix/lib/flake-helper.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'nix/lib') diff --git a/nix/lib/flake-helper.nix b/nix/lib/flake-helper.nix index 6bd1c11..99522c0 100644 --- a/nix/lib/flake-helper.nix +++ b/nix/lib/flake-helper.nix @@ -141,6 +141,15 @@ rec { then deploy-rs.lib.aarch64-darwin.activate.darwin self.darwinConfigurations."${name}" else ""); + + # Timeout for profile activation. + # This defaults to 240 seconds. + activationTimeout = 600; + + # Timeout for profile activation confirmation. + # This defaults to 30 seconds. + confirmTimeout = 120; + }; }; -- cgit 1.4.1