From 4c5667cd6dd46cda2285c0ca4a66c293d7a3e10c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Mon, 8 Aug 2022 22:00:45 -0300 Subject: [PATCH] remove delay before unlocking gpg --- user/gpg.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/gpg.nix b/user/gpg.nix index 560cec5..534aaef 100644 --- a/user/gpg.nix +++ b/user/gpg.nix @@ -31,7 +31,7 @@ After = [ "graphical-session.target" ]; }; Timer = { - OnBootSec = "30"; + OnBootSec = "0"; OnUnitActiveSec = "30"; Unit = "gpg_unlock.service"; };