infra/hosts/nachtigall/apps/tmate.nix

10 lines
141 B
Nix

{ ... }:
{
services.tmate-ssh-server = {
enable = true;
port = 2222;
openFirewall = true;
host = "tmate.pub.solar";
};
}