+9
nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
+9
nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
···
+2
nixos/doc/manual/release-notes/rl-2211.section.md
+2
nixos/doc/manual/release-notes/rl-2211.section.md
···- [go-autoconfig](https://github.com/L11R/go-autoconfig), IMAP/SMTP autodiscover server. Available as [services.go-autoconfig](#opt-services.go-autoconfig.enable).+- [tmate-ssh-server](https://github.com/tmate-io/tmate-ssh-server), server side part of [tmate](https://tmate.io/). Available as [services.tmate-ssh-server](#opt-services.tmate-ssh-server.enable).- [Grafana Tempo](https://www.grafana.com/oss/tempo/), a distributed tracing store. Available as [services.tempo](#opt-services.tempo.enable).
+1
nixos/modules/module-list.nix
+1
nixos/modules/module-list.nix
···
+122
nixos/modules/services/networking/tmate-ssh-server.nix
+122
nixos/modules/services/networking/tmate-ssh-server.nix
···+ED25519_SIG="$(ssh-keygen -l -E SHA256 -f "${keysDir}/ssh_host_ed25519_key.pub" | cut -d ' ' -f 2)"+ExecStart = "${cfg.package}/bin/tmate-ssh-server -h ${cfg.host} -p ${toString cfg.port} -q ${toString cfg.advertisedPort} -k ${keysDir}";
+1
nixos/tests/all-tests.nix
+1
nixos/tests/all-tests.nix
···
+73
nixos/tests/tmate-ssh-server.nix
+73
nixos/tests/tmate-ssh-server.nix
···+sshOpts = "-oStrictHostKeyChecking=no -oUserKnownHostsFile=/dev/null -oIdentityFile=/root/.ssh/id_snakeoil";
+24
-9
pkgs/servers/tmate-ssh-server/default.nix
+24
-9
pkgs/servers/tmate-ssh-server/default.nix
······