Update bash

This commit is contained in:
iFargle 2023-12-13 21:27:28 +09:00
parent bb640167c3
commit 09e9140850
2 changed files with 1 additions and 1 deletions

View file

@ -34,6 +34,7 @@
enableCompletion = true;
initExtra = ''
GPG_TTY=$(tty)
ssh-add
'';
sessionVariables = {
# Set the GTK Theme

View file

@ -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 = {