From 87e0f1a90cf9d0e418b69d786b39f73ae7febb00 Mon Sep 17 00:00:00 2001 From: Sathvik Birudavolu Date: Mon, 29 Jul 2024 10:25:34 -0400 Subject: [PATCH] add ssh section back --- home/packages.nix | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/home/packages.nix b/home/packages.nix index 0ad85b9..f58ef60 100755 --- a/home/packages.nix +++ b/home/packages.nix @@ -92,19 +92,19 @@ in }; # TODO: Re-enable this - # programs.ssh = { - # enable = true; - # controlPath = "~/.ssh/%C"; # ensures the path is unique but also fixed length - # matchBlocks = { - # "github.com" = { - # identityFile = "~/.ssh/github"; - # extraOptions = { - # UseKeychain = "yes"; - # AddKeysToAgent = "yes"; - # }; - # }; - # }; - # }; + programs.ssh = { + enable = true; + controlPath = "~/.ssh/%C"; # ensures the path is unique but also fixed length + matchBlocks = { + "github.com" = { + identityFile = "~/.ssh/github"; + extraOptions = { + UseKeychain = "yes"; + AddKeysToAgent = "yes"; + }; + }; + }; + }; # Zoxide, a faster way to navigate the filesystem # https://github.com/ajeetdsouza/zoxide