10 lines
141 B
Nix
10 lines
141 B
Nix
{ ... }:
|
|
{
|
|
services.tmate-ssh-server = {
|
|
enable = true;
|
|
port = 2222;
|
|
openFirewall = true;
|
|
host = "tmate.pub.solar";
|
|
};
|
|
}
|