diff --git a/home-modules/ssh.nix b/home-modules/ssh.nix index 8f8407a..c0b99f4 100644 --- a/home-modules/ssh.nix +++ b/home-modules/ssh.nix @@ -16,8 +16,7 @@ "nxrpli" = (nxace "nxrpil") // { hostname = "10.0.1.31"; port = 22; }; "nxgit" = (nxace "nxgit") // { user = "git"; - identityFile = builtins.trace config.programs.ssh.matchBlocks.nxgit - "${hyper.home}/vault/ssh/nxgit-nx2-${hyper.host}"; + identityFile = "${hyper.home}/vault/ssh/nxgit-nx2-${hyper.host}"; # addKeysToAgent = "1h"; }; };