Fix warnings

This commit is contained in:
Sridhar Ratnakumar 2025-08-27 12:22:05 -04:00
parent 06944ac426
commit 10c8e2992e
2 changed files with 2 additions and 3 deletions

View file

@ -3,8 +3,6 @@
programs.ssh = {
enable = true;
addKeysToAgent = "yes";
includes = [
"~/.orbstack/ssh/config" # https://docs.orbstack.dev/machines/ssh
];
@ -12,6 +10,7 @@
# Note: More defined in juspay.nix
matchBlocks = {
"*" = {
addKeysToAgent = "yes";
setEnv = {
# https://ghostty.org/docs/help/terminfo#configure-ssh-to-fall-back-to-a-known-terminfo-entry
TERM = "xterm-256color";