diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-11-22 01:08:35 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-11-22 01:08:35 +0530 |
| commit | 9b07aa4ec5cb75ae53c61d2c971e073193dec476 (patch) | |
| tree | 3d95cc0c2162e1864221cf0de1010fb9feb06f05 /modules/lockscreen.nix | |
| parent | 5f4b94771201c07531fcf9be128a53638fe3a6c4 (diff) | |
| download | nixos-config-9b07aa4ec5cb75ae53c61d2c971e073193dec476.tar.gz nixos-config-9b07aa4ec5cb75ae53c61d2c971e073193dec476.zip | |
Add nessus-agent module
Diffstat (limited to 'modules/lockscreen.nix')
| -rw-r--r-- | modules/lockscreen.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/lockscreen.nix b/modules/lockscreen.nix index 34214fa..df7588a 100644 --- a/modules/lockscreen.nix +++ b/modules/lockscreen.nix @@ -6,8 +6,8 @@ in { services.xserver.xautolock = { enable = true; - time = 15; # minutes - locker = "${localPkgs.bslock}/bin/bslock"; + time = 30; # minutes + locker = "bslock"; enableNotifier = true; notify = 30; |
