lkajsdlakjsdlk

This commit is contained in:
2025-11-28 11:49:08 +01:00
parent c4c8714f88
commit 2af0e99c76
3 changed files with 19 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
{ pkgs, ... }:
{ lib, ... }:
{
home.shellAliases.tssh = "ssh -t";
@@ -25,10 +25,12 @@
programs.ssh.matchBlocks = {
"*".serverAliveInterval = 10;
"*".serverAliveCountMax = 3;
"*".setEnv."TERM" = "xterm-256color"; # why u do dis ghostty...
"git.*".forwardX11 = false;
"gogs.*".forwardX11 = false;
"gitea.*".forwardX11 = false;
"github.com".forwardX11 = false;
"gogs.*".forwardX11 = false;
"gitlab.com".forwardX11 = false;
"*.pbsds.net".forwardX11 = true;
"*.pbsds.net".forwardX11Trusted = true;
"*.tail9aac63.ts.net".forwardX11 = true;
@@ -55,7 +57,6 @@
"sopp.pbsds.net".host = "sopp.tail9aac63.ts.net";
"noximilien.pbsds.net".host = "noximilien.tail9aac63.ts.net";
"rocm.pbsds.net".host = "rocm.tail9aac63.ts.net";
"rocm.pbsds.net".setEnv."TERM" = "xterm-256color";
"furiphoneflx1.pbsds.net".user = "furios";
"furiphoneflx1.pbsds.net".host = "furiphoneflx1.tail9aac63.ts.net";