refac(nix/home): change auto lock interval

This commit is contained in:
Dmitriy Pleshevskiy 2022-04-22 13:03:03 +03:00
parent 287773d9db
commit 0d2b01267a

View file

@ -103,7 +103,7 @@ in
lockCmd = "/bin/bash -c ${config.home.homeDirectory}/scripts/lock.sh";
inactiveInterval = 1;
inactiveInterval = 5;
};
services.gpg-agent.enable = true;