diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2025-11-14 09:48:26 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2025-11-14 09:48:26 +0100 |
| commit | 6dfd8a1d4724d011f66168bc623e73f776b54680 (patch) | |
| tree | 2ff6c8bf1a5d3fb56bbe982e6a66120ff19c44d5 | |
| parent | d05cccba95721f1aba3647a428977691a0ec92d6 (diff) | |
| download | nixos-6dfd8a1d4724d011f66168bc623e73f776b54680.tar nixos-6dfd8a1d4724d011f66168bc623e73f776b54680.tar.gz nixos-6dfd8a1d4724d011f66168bc623e73f776b54680.tar.bz2 nixos-6dfd8a1d4724d011f66168bc623e73f776b54680.tar.xz nixos-6dfd8a1d4724d011f66168bc623e73f776b54680.zip | |
...flakes-bump
| -rw-r--r-- | users/gkleen/default.nix | 7 | ||||
| -rw-r--r-- | users/root.nix | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/users/gkleen/default.nix b/users/gkleen/default.nix index 84446582..b3b49949 100644 --- a/users/gkleen/default.nix +++ b/users/gkleen/default.nix | |||
| @@ -85,10 +85,11 @@ in { | |||
| 85 | addKeysToAgent = "no"; | 85 | addKeysToAgent = "no"; |
| 86 | compression = false; | 86 | compression = false; |
| 87 | userKnownHostsFile = "~/.ssh/known_hosts"; | 87 | userKnownHostsFile = "~/.ssh/known_hosts"; |
| 88 | controlPath = "~/.ssh/master-%r@%n:%p"; | ||
| 89 | 88 | ||
| 90 | controlMaster = "auto"; | 89 | # controlMaster = "auto"; |
| 91 | controlPersist = "30m"; | 90 | # controlPersist = "30m"; |
| 91 | # controlPath = "~/.ssh/master-%r@%n:%p"; | ||
| 92 | |||
| 92 | serverAliveInterval = 6; | 93 | serverAliveInterval = 6; |
| 93 | serverAliveCountMax = 10; | 94 | serverAliveCountMax = 10; |
| 94 | hashKnownHosts = true; | 95 | hashKnownHosts = true; |
diff --git a/users/root.nix b/users/root.nix index 7fa99452..e8054b25 100644 --- a/users/root.nix +++ b/users/root.nix | |||
| @@ -85,10 +85,11 @@ in { | |||
| 85 | addKeysToAgent = "no"; | 85 | addKeysToAgent = "no"; |
| 86 | compression = false; | 86 | compression = false; |
| 87 | userKnownHostsFile = "~/.ssh/known_hosts"; | 87 | userKnownHostsFile = "~/.ssh/known_hosts"; |
| 88 | controlPath = "~/.ssh/master-%r@%n:%p"; | ||
| 89 | 88 | ||
| 90 | controlMaster = "auto"; | 89 | # controlMaster = "auto"; |
| 91 | controlPersist = "30m"; | 90 | # controlPersist = "30m"; |
| 91 | # controlPath = "~/.ssh/master-%r@%n:%p"; | ||
| 92 | |||
| 92 | serverAliveInterval = 6; | 93 | serverAliveInterval = 6; |
| 93 | serverAliveCountMax = 10; | 94 | serverAliveCountMax = 10; |
| 94 | hashKnownHosts = true; | 95 | hashKnownHosts = true; |
