Home

dotnix @12fb99ca0ba7b03a4268f2cda3d85493615420b2 - 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
  };
}