This commit is contained in:
Lennart J. Kurzweg (Nx2)
2025-10-05 01:50:49 +02:00
parent ff5de39a19
commit e8373d6293

View File

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