teutat3s
2ca0bd7c3e
All checks were successful
Flake checks / Check (pull_request) Successful in 2m36s
10 lines
180 B
Nix
10 lines
180 B
Nix
{ config, ... }:
|
|
{
|
|
services.tmate-ssh-server = {
|
|
enable = true;
|
|
port = 2222;
|
|
openFirewall = true;
|
|
host = "tmate.${config.pub-solar-os.networking.domain}";
|
|
};
|
|
}
|