flake/modules/security.nix
2025-07-27 03:16:53 +03:00

5 lines
84 B
Nix

{
security.sudo.extraConfig = ''
Defaults timestamp_timeout=30
'';
}