feat: init tmate-ssh-server

https://tmate.io
pull/112/head
teutat3s 2024-02-07 18:01:44 +01:00
parent 840a250278
commit d67190d175
Signed by: teutat3s
GPG Key ID: 4FA1D3FA524F22C1
3 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,9 @@
{ ... }:
{
services.tmate-ssh-server = {
enable = true;
port = 2222;
openFirewall = true;
host = "tmate.pub.solar";
};
}

View File

@ -29,6 +29,7 @@
./apps/prometheus-exporters.nix
./apps/promtail.nix
./apps/searx.nix
./apps/tmate.nix
./apps/matrix/irc.nix
./apps/matrix/mautrix-telegram.nix

View File

@ -115,6 +115,11 @@ resource "namecheap_domain_records" "pub-solar" {
type = "CNAME"
address = "nachtigall.pub.solar."
}
record {
hostname = "tmate"
type = "CNAME"
address = "nachtigall.pub.solar."
}
record {
hostname = "www"
type = "CNAME"