Home

dotnix @41c577c6c2c5d75797ab5174ae407bb8f00f1964 - 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
  };
}