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;
|
||||
initExtra = ''
|
||||
GPG_TTY=$(tty)
|
||||
ssh-add
|
||||
'';
|
||||
sessionVariables = {
|
||||
# Set the GTK Theme
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
# Useful for deploy-rs
|
||||
security.pam.enableSSHAgentAuth = true;
|
||||
programs.ssh.startAgent = true;
|
||||
programs.ssh.agentTimeout = "1h";
|
||||
# By default no ports are open.
|
||||
# When ./tailscale.nix is imported, port 22 on the tailscale interface is then opened.
|
||||
services.openssh = {
|
||||
|
|
Loading…
Reference in a new issue