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:
parent
aa5364bd67
commit
5f74f4da2a
1 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,11 @@
|
|||
|
||||
(desktopHomeConfiguration {
|
||||
programs.ssh = enabled {
|
||||
controlMaster = "auto";
|
||||
controlPersist = "60m";
|
||||
serverAliveCountMax = 2;
|
||||
serverAliveInterval = 60;
|
||||
|
||||
matchBlocks."*".setEnv = {
|
||||
COLORTERM = "truecolor";
|
||||
TERM = "xterm-256color";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue