feat: init tmate-ssh-server #112

Merged
teutat3s merged 2 commits from feat/tmate into main 2024-02-14 20:32:14 +00:00
3 changed files with 15 additions and 0 deletions
Showing only changes of commit d67190d175 - Show all commits

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"