os/users/teutat3s/.config/tmate/config.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
295 B
Nix
Raw Normal View History

2024-02-07 18:10:03 +00:00
{ config, pkgs, ... }:
let
in
''
set -g tmate-server-host "tmate.pub.solar"
set -g tmate-server-port 2222
set -g tmate-server-rsa-fingerprint "SHA256:U/gAwAxU9lw25wb0FKJCK+sLjlGmt8rJGzX7Po/V9tQ"
set -g tmate-server-ed25519-fingerprint "SHA256:JYqAq1Rm1Jq1APiimDaork3pdda4euKfGizzR6jPxgg"
''