mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-15 21:35:15 -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue