summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/default.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2025-04-06 10:48:39 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2025-04-06 10:48:39 +0200
commit4c5903bdf16f4125ea5e86d0a3a5abc7250bf5dc (patch)
treeac3f96627d42ab4085bbc2cefb8a2575dbdc2ee0 /accounts/gkleen@sif/default.nix
parent4142b300aa7df8fb89dd7ea9545330ed2d22dc02 (diff)
downloadnixos-4c5903bdf16f4125ea5e86d0a3a5abc7250bf5dc.tar
nixos-4c5903bdf16f4125ea5e86d0a3a5abc7250bf5dc.tar.gz
nixos-4c5903bdf16f4125ea5e86d0a3a5abc7250bf5dc.tar.bz2
nixos-4c5903bdf16f4125ea5e86d0a3a5abc7250bf5dc.tar.xz
nixos-4c5903bdf16f4125ea5e86d0a3a5abc7250bf5dc.zip
...
Diffstat (limited to 'accounts/gkleen@sif/default.nix')
-rw-r--r--accounts/gkleen@sif/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix
index a062e83e..11f24f31 100644
--- a/accounts/gkleen@sif/default.nix
+++ b/accounts/gkleen@sif/default.nix
@@ -345,7 +345,7 @@ in {
345 { event = "lock"; command = lockCommand; } 345 { event = "lock"; command = lockCommand; }
346 ]; 346 ];
347 timeouts = [ 347 timeouts = [
348 { timeout = 330; command = lockCommand; } 348 { timeout = 600; command = lockCommand; }
349 ]; 349 ];
350 extraArgs = [ 350 extraArgs = [
351 "-w" 351 "-w"