match blocks

This commit is contained in:
2025-08-26 18:31:32 -05:00
parent c091282f94
commit 6e94fbde00

View File

@@ -65,14 +65,14 @@
enable = true; enable = true;
matchBlocks = { matchBlocks = {
"builder" = { "remote-builder@blunkall.us" = {
hostname = "blunkall.us"; hostname = "blunkall.us";
user = "remote-builder"; user = "remote-builder";
identityFile = "${config.home.homeDirectory}/.ssh/id_ed25519"; identityFile = "${config.home.homeDirectory}/.ssh/id_ed25519";
port = 2222; port = 2222;
}; };
"remote" = { "nathan@blunkall.us" = {
hostname = "blunkall.us"; hostname = "blunkall.us";
user = "nathan"; user = "nathan";
identityFile = "${config.home.homeDirectory}/.ssh/id_ed25519"; identityFile = "${config.home.homeDirectory}/.ssh/id_ed25519";