Commit 49c8e2148b36

Vincent Demeester <vincent@sbr.pm>
2026-05-07 12:50:53
feat(ssh): add tangled.org host configuration
1 parent b1918bc
Changed files (1)
home
common
home/common/shell/openssh.nix
@@ -182,6 +182,15 @@ in
                 controlPersist = "360";
               };
             };
+            "tangled.org" = {
+              hostname = "tangled.org";
+              user = "git";
+              identityFile = "~/.ssh/id_personal_sk";
+              extraOptions = {
+                controlMaster = "auto";
+                controlPersist = "360";
+              };
+            };
             "*.redhat.com" = {
               user = "vdemeest";
               # identityFile set by host-specific overrides