From 0d2b01267a354efb6d5d202578cea45a07a2303d Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Fri, 22 Apr 2022 13:03:03 +0300 Subject: [PATCH] refac(nix/home): change auto lock interval --- nix/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/home.nix b/nix/home.nix index a29d295..d4d6e45 100644 --- a/nix/home.nix +++ b/nix/home.nix @@ -103,7 +103,7 @@ in lockCmd = "/bin/bash -c ${config.home.homeDirectory}/scripts/lock.sh"; - inactiveInterval = 1; + inactiveInterval = 5; }; services.gpg-agent.enable = true;