From 145a7214b2cb85308d46628f236c394429d9df93 Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Tue, 2 Apr 2024 12:44:40 +0200 Subject: [PATCH] Disable SSH's `controlPersist`: was giving problems from mobile through the VPN --- hmModules/shell/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hmModules/shell/default.nix b/hmModules/shell/default.nix index f67ddbe..2f239f4 100644 --- a/hmModules/shell/default.nix +++ b/hmModules/shell/default.nix @@ -27,7 +27,6 @@ programs.ssh = { enable = true; controlMaster = "auto"; - controlPersist = "10m"; }; # programs.starship = {