10 lines
295 B
Nix
10 lines
295 B
Nix
{ 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"
|
|
''
|