1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Use SSH control master

This commit is contained in:
RGBCube 2024-02-24 08:23:39 +03:00
parent aa5364bd67
commit 5f74f4da2a
No known key found for this signature in database

View file

@ -6,6 +6,11 @@
(desktopHomeConfiguration {
programs.ssh = enabled {
controlMaster = "auto";
controlPersist = "60m";
serverAliveCountMax = 2;
serverAliveInterval = 60;
matchBlocks."*".setEnv = {
COLORTERM = "truecolor";
TERM = "xterm-256color";