Skip to content

Commit 2f8c097

Browse files
2025 11 03
1 parent 867ba61 commit 2f8c097

12 files changed

+1680
-17
lines changed

desktop/l/configuration.nix

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,22 @@
188188
};
189189

190190
services.openssh.enable = true;
191-
programs.ssh.extraConfig = ''
192-
Host hp4.home
193-
PubkeyAcceptedKeyTypes ssh-ed25519
194-
ServerAliveInterval 60
195-
IPQoS throughput
196-
'';
191+
# programs.ssh.extraConfig = ''
192+
# Host hp4.home
193+
# PubkeyAcceptedKeyTypes ssh-ed25519
194+
# ServerAliveInterval 60
195+
# #IPQoS throughput
196+
197+
# # Optimizations for nfbQotom SSH sessions
198+
# # Reduce GPU rendering load in terminals with these settings
199+
# Host nfbQotom 172.16.40.184 172.16.40.185
200+
# ControlMaster auto
201+
# ControlPath ~/.ssh/master-%r@%h:%p
202+
# ControlPersist 10m
203+
# ServerAliveInterval 30
204+
# ServerAliveCountMax 3
205+
# Compression no
206+
# '';
197207

198208
services.lldpd.enable = true;
199209
services.timesyncd.enable = true;

desktop/l/flake.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

desktop/l/home.nix

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222
clipboard-write = allow
2323
window-subtitle = working-directory
2424
background-opacity = 0.91
25-
background-blur = 20
25+
# Reduced blur from 20 to 5 for better SSH/remote terminal performance
26+
# GPU-accelerated blur can cause lag with rapid terminal output over SSH
27+
background-blur = 5
2628
'';
2729

2830
home = {
@@ -460,10 +462,10 @@
460462
(flameshot.override { enableWlrSupport = true; })
461463

462464
# Custom onnxruntime package with ROCm support
463-
onnxruntime
465+
# onnxruntime
464466

465467
# Standard Python onnxruntime module (should work with custom C++ library)
466-
python313Packages.onnxruntime
468+
# python313Packages.onnxruntime
467469
];
468470

469471
# vscode

0 commit comments

Comments
 (0)