Home

dotnix @20806d6ec9b016c82be9a4a971eaeafdb7313e37 - refs - log -
-
https://git.jolheiser.com/dotnix.git
My nix dotfiles
dotnix / machines / dragonwell / tclip.nix
- raw
1
2
3
4
5
6
7
8
9
{
  services.tclip = {
    enable = true;
    hostname = "paste";
    useFunnel = true;
    hideFunnelUsers = true;
    authKey = "tskey-auth-k1VerP4gam11CNTRL-89rpeDcfTdJqkF9AECWmdJLVgo1jQcSAB"; # One-time key
  };
}