From cf42666c1f858a0ac31572231acf24979ccbe06c Mon Sep 17 00:00:00 2001 From: Jan-Bulthuis Date: Sat, 5 Jul 2025 13:29:25 +0200 Subject: [PATCH] Reverted delay --- modules/nixos/domain.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/nixos/domain.nix b/modules/nixos/domain.nix index 5601c24..e06df18 100644 --- a/modules/nixos/domain.nix +++ b/modules/nixos/domain.nix @@ -59,7 +59,6 @@ in -O $ADCLI_JOIN_OU \ --dont-expire-password=true \ --stdin-password < ${cfg.join.passwordFile} - sleep 3 ''; };