mirror of
https://github.com/srid/nixos-config.git
synced 2026-02-04 03:53:35 +08:00
Fix warnings
This commit is contained in:
parent
06944ac426
commit
10c8e2992e
2 changed files with 2 additions and 3 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue