1
0
Fork 0
dotfiles/home/programs/ssh/shared/builder.nix
2023-04-04 17:20:09 +02:00

20 lines
383 B
Nix

{
matchBlocks = {
"builder-sail" = {
hostname = "sail-ts.kempkens.io";
port = 22;
user = "root";
identityFile = "~/.ssh/Hetzner.pub";
identitiesOnly = true;
};
"builder-attic" = {
hostname = "100.76.233.31";
port = 22;
user = "root";
identityFile = "~/.ssh/Hetzner.pub";
identitiesOnly = true;
};
};
}