From 432453304e20530cee1b0c87f75f2df6208baef7 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Thu, 18 Dec 2025 08:53:53 -0600 Subject: [PATCH] wildcard match block for john-stream.com hosts with a cert --- homeManagerModules/ssh.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/homeManagerModules/ssh.nix b/homeManagerModules/ssh.nix index 7868713..550505d 100644 --- a/homeManagerModules/ssh.nix +++ b/homeManagerModules/ssh.nix @@ -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" = {