feat: make sudo timeout longer
This commit is contained in:
parent
9eeeca1faa
commit
565aca5c1b
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
networking.firewall.enable = false;
|
||||
|
||||
security.sudo.extraConfig = ''
|
||||
Defaults timestamp_timeout=60
|
||||
Defaults timestamp_timeout=600
|
||||
'';
|
||||
|
||||
security.pam.services = {
|
||||
|
|
Loading…
Reference in a new issue