mirror of https://git.jolheiser.com/dotnix.git
10 lines
218 B
Nix
10 lines
218 B
Nix
|
{
|
||
|
services.tclip = {
|
||
|
enable = true;
|
||
|
hostname = "paste";
|
||
|
useFunnel = true;
|
||
|
hideFunnelUsers = true;
|
||
|
authKey = "tskey-auth-k1VerP4gam11CNTRL-89rpeDcfTdJqkF9AECWmdJLVgo1jQcSAB"; # One-time key
|
||
|
};
|
||
|
}
|