extend sudo validity to 30 minutes
This commit is contained in:
parent
1720dac456
commit
6fe19f2f39
1 changed files with 4 additions and 0 deletions
|
@ -63,4 +63,8 @@ in
|
||||||
certAuthority = true;
|
certAuthority = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
security.sudo.extraConfig = ''
|
||||||
|
Defaults timestamp_timeout=30
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue