diff --git a/home/modules/ssh.nix b/home/modules/ssh.nix index f8899c6..3c52a2e 100644 --- a/home/modules/ssh.nix +++ b/home/modules/ssh.nix @@ -22,7 +22,7 @@ in programs.ssh = { enable = true; includes = [ "conf.d/*" ]; - matchBlocks = { + matchBlocks = rec { "git.zynh.me" = { hostname = "git.zynh.me"; user = "git"; @@ -53,6 +53,10 @@ in caveserver = { identityFile = keyPathIfSops "caveserver"; }; + virtmsi = { + hostname = "192.168.122.76"; + identityFile = keyPathIfSops "snowhawk"; + }; }; };