From 9fc1348eff0d18645a7de7197947ce73b5aecaf2 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 18 Dec 2024 09:21:14 -0800 Subject: cleanup ssh match blocks --- nix/users/fcuny/ssh.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'nix') diff --git a/nix/users/fcuny/ssh.nix b/nix/users/fcuny/ssh.nix index 17c2f03..2129650 100644 --- a/nix/users/fcuny/ssh.nix +++ b/nix/users/fcuny/ssh.nix @@ -8,12 +8,6 @@ controlPersist = "30m"; matchBlocks = { - "personal" = { - hostname = "github.com"; - user = "git"; - forwardAgent = false; - extraOptions = { preferredAuthentications = "publickey"; }; - }; "github.com" = { hostname = "github.com"; user = "git"; @@ -33,6 +27,12 @@ forwardAgent = false; extraOptions = { preferredAuthentications = "publickey"; }; }; + "home" = { + hostname = "fcuny.net"; + port = 422; + user = "fcuny"; + extraOptions = { preferredAuthentications = "publickey"; }; + }; }; }; } -- cgit 1.4.1