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"; };