refac(nix/home): change auto lock interval
This commit is contained in:
parent
287773d9db
commit
0d2b01267a
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ in
|
|||
|
||||
lockCmd = "/bin/bash -c ${config.home.homeDirectory}/scripts/lock.sh";
|
||||
|
||||
inactiveInterval = 1;
|
||||
inactiveInterval = 5;
|
||||
};
|
||||
|
||||
services.gpg-agent.enable = true;
|
||||
|
|
Loading…
Reference in a new issue