From e8373d62935a290fcecab1c94bc98baf60f1e892 Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Sun, 5 Oct 2025 01:50:49 +0200 Subject: [PATCH] no trace --- home-modules/ssh.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"; }; };