mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-08 12:47:00 +01:00
8 lines
122 B
Nix
8 lines
122 B
Nix
{ ... }:
|
|
{
|
|
security.sudo.extraConfig = ''
|
|
Defaults pwfeedback
|
|
Defaults timestamp_timeout=120
|
|
'';
|
|
}
|