From 582d974f70c7b5f59a7136bc67941ec1a43cdd60 Mon Sep 17 00:00:00 2001 From: Bailey Stevens Date: Tue, 23 Jan 2024 01:39:26 -0500 Subject: [PATCH] Adds ssh aliases --- modules/home/core/default.nix | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/modules/home/core/default.nix b/modules/home/core/default.nix index 7adcb23..be0b19a 100644 --- a/modules/home/core/default.nix +++ b/modules/home/core/default.nix @@ -222,17 +222,17 @@ in controlMaster = "auto"; controlPersist = "5m"; matchBlocks = { - "jellydonut sol pegasi" = { - forwardAgent = true; - hostname = "%h.gg.lan"; - }; - "freedom" = { - user = "wasv"; - forwardAgent = true; - hostname = "%h.csh.rit.edu"; + "jellydonut sol pegasi gallifrey" = { + forwardAgent = true; + hostname = "%h.gg.lan"; + }; + "freedom shell" = { + user = "wasv"; + forwardAgent = true; + hostname = "%h.csh.rit.edu"; + }; }; }; - }; programs.fzf.enable = true; programs.zellij = {