summaryrefslogtreecommitdiff
path: root/users/root.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/root.nix')
-rw-r--r--users/root.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/root.nix b/users/root.nix
index be331141..b61f9cfd 100644
--- a/users/root.nix
+++ b/users/root.nix
@@ -28,10 +28,10 @@ in {
28 controlMaster = "auto"; 28 controlMaster = "auto";
29 controlPersist = "30m"; 29 controlPersist = "30m";
30 serverAliveInterval = 6; 30 serverAliveInterval = 6;
31 serverAliveCountMax = 10;
31 hashKnownHosts = true; 32 hashKnownHosts = true;
32 extraConfig = '' 33 extraConfig = ''
33 IdentitiesOnly true 34 IdentitiesOnly true
34 ServerAliveCountMax 10
35 ''; 35 '';
36 }; 36 };
37 37