wildcard match block for john-stream.com hosts with a cert

This commit is contained in:
John Lancaster
2025-12-18 08:53:53 -06:00
parent a7eebbc8c8
commit 432453304e

View File

@@ -66,6 +66,12 @@
hostname = "192.168.1.129";
user = "root";
};
"*.john-stream.com" = {
user = "john";
identitiesOnly = true;
identityFile = "~/.ssh/id_ed25519";
certificateFile = "~/.ssh/id_ed25519-cert.pub";
};
})
(lib.mkIf (config.profile == "work") {
"ubuntu-nvidia" = {