[nixbox] Add ssh config for devbox under tailscale.

This commit is contained in:
jmug
2026-01-21 21:02:18 -08:00
parent 8a56edb117
commit 29fca90f85
+8
View File
@@ -159,6 +159,14 @@ in {
"/home/jmug/.ssh/id_jmug" # Fallback key with passphrase. "/home/jmug/.ssh/id_jmug" # Fallback key with passphrase.
]; ];
}; };
"tailscale-jmug" = {
user = "jmug";
hostname = "100.122.244.59";
identityFile = [
"/home/jmug/.ssh/id_yubikey" # Auto updated symlik that matches all yubikeys.
"/home/jmug/.ssh/id_jmug" # Fallback key with passphrase.
];
};
}; };
# matchBlocks = { # matchBlocks = {
# ws = { # ws = {