Home

dotnix @74abdc563aa5cbbbdc0c58b802f6841a7a627d5f - 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
  };
}