mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-11 09:23:56 -05:00
add ssh-agent
set sudo timout to 1m
This commit is contained in:
parent
5eba8b1cb2
commit
ad52bc0073
2 changed files with 6 additions and 0 deletions
|
|
@ -47,6 +47,11 @@ _:
|
|||
};
|
||||
};
|
||||
|
||||
programs.ssh = {
|
||||
startAgent = true;
|
||||
agentTimeout = "1m";
|
||||
};
|
||||
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
#time settings
|
||||
|
||||
|
|
|
|||
|
|
@ -49,6 +49,7 @@
|
|||
enable = true;
|
||||
execWheelOnly = true;
|
||||
extraConfig = ''
|
||||
Defaults timestamp_timeout=1
|
||||
Defaults env_keep += "EDITOR VISUAL PAGER SYSTEMD_PAGERSECURE MANPAGER"
|
||||
Defaults lecture = never
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue