blob: d6ee92c0b8983ebc596e79f785707947b90fb535 (
plain) (
tree)
|
|
{
programs.ssh = {
enable = true;
matchBlocks = {
"falken" = {
hostname = "sadbeast.com";
port = 6973;
};
"crystalpalace" = {
hostname = "192.168.0.2";
port = 6973;
};
"joshua" = {
hostname = "192.168.0.3";
};
"teamdraft" = {
hostname = "teamdraft.net";
port = 6973;
};
"work" = {
hostname = "192.168.0.26";
forwardX11 = true;
forwardX11Trusted = true;
};
};
};
}
|