Skip to content

Commit 2d89aa7

Browse files
committed
ssh conf
1 parent 4bcafa4 commit 2d89aa7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

home/default.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,12 @@
222222
};
223223
ssh = {
224224
enable = true;
225+
matchBlocks = {
226+
"hyperion" = {
227+
hostname = "hyperion";
228+
forwardAgent = true;
229+
};
230+
};
225231
extraConfig = ''
226232
PermitLocalCommand yes
227233
LocalCommand ${pkgs.libnotify}/bin/notify-send --category=ssh "%r@%h" "Connected to %h."

0 commit comments

Comments
 (0)