Update bash
This commit is contained in:
parent
bb640167c3
commit
09e9140850
2 changed files with 1 additions and 1 deletions
|
@ -34,6 +34,7 @@
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
GPG_TTY=$(tty)
|
GPG_TTY=$(tty)
|
||||||
|
ssh-add
|
||||||
'';
|
'';
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
# Set the GTK Theme
|
# Set the GTK Theme
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
# Useful for deploy-rs
|
# Useful for deploy-rs
|
||||||
security.pam.enableSSHAgentAuth = true;
|
security.pam.enableSSHAgentAuth = true;
|
||||||
programs.ssh.startAgent = true;
|
programs.ssh.startAgent = true;
|
||||||
programs.ssh.agentTimeout = "1h";
|
|
||||||
# By default no ports are open.
|
# By default no ports are open.
|
||||||
# When ./tailscale.nix is imported, port 22 on the tailscale interface is then opened.
|
# When ./tailscale.nix is imported, port 22 on the tailscale interface is then opened.
|
||||||
services.openssh = {
|
services.openssh = {
|
||||||
|
|
Loading…
Reference in a new issue