new beginning
This commit is contained in:
12
home/work/programs/tmate/default.nix
Normal file
12
home/work/programs/tmate/default.nix
Normal file
@ -0,0 +1,12 @@
|
||||
{pkgs, ...}: {
|
||||
programs.tmate = {
|
||||
enable = true;
|
||||
host = "tmate.hetzner.company";
|
||||
port = 10022;
|
||||
# dsaFingerprint = "SHA256:YspEXM7hBFT+zEcbq9St+V9sj2TCE6lMczdIn+jeZUU";
|
||||
# rsaFingerprint = "SHA256:pCOEObNY3ihLZn2k6iIgOUDXS8PX10qz1JPBidrEfgA";
|
||||
rsaFingerprint = "SHA256:qILAxjmkvwkqPolJ99qFcnzLg/V5UlfB3q/Z1CDvuWY";
|
||||
dsaFingerprint = "SHA256:zGqypd4klAGEGFYPeGlVMy9KJdycFA14rNpk3eD2VZo";
|
||||
extraConfig = builtins.readFile ./.tmate.conf;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user