dotfiles.nix/legacy/profiles/quicksudo.nix

5 lines
132 B
Nix

{ config, ... }: {
# Don't ask for my password *quite* as often.
security.sudo.extraConfig = "Defaults timestamp_timeout=60";
}