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

15 lines
267 B
Nix
Raw Normal View History

2022-08-08 21:43:47 +00:00
let
secret-sail = import ../../../../secret/hosts/sail.nix;
in
{
matchBlocks = {
"builder-sail" = {
2023-03-12 19:53:03 +00:00
hostname = "100.113.242.85";
2022-08-08 21:43:47 +00:00
port = 22;
user = "root";
identityFile = "~/.ssh/Hetzner.pub";
identitiesOnly = true;
};
};
}