1
0
Fork 0
dotfiles/home/programs/ssh/shared/builder.nix

20 lines
390 B
Nix

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