fix ssh controlpath on macos

This commit is contained in:
2026-09-03 21:41:39 +02:00
parent 8298f90315
commit cddf1860d2
+1 -1
View File
@@ -117,7 +117,7 @@
User = "root";
ControlMaster = "auto";
ControlPersist = "3600";
ControlPath = "/run/user/%i/ssh-socket-%r@%h:%p";
ControlPath = lib.mkIf config.lumpiastyHome.linux "/run/user/%i/ssh-socket-%r@%h:%p";
ServerAliveInterval = 20;
};