Skip to content

Instantly share code, notes, and snippets.

@mehlon
Last active December 27, 2019 23:37
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mehlon/f3c4970f0a1db753ca167d88d47b640e to your computer and use it in GitHub Desktop.
Save mehlon/f3c4970f0a1db753ca167d88d47b640e to your computer and use it in GitHub Desktop.
install nix on debian/userLAnd
sudo apt update && sudo apt install xz-utils curl
sudo mkdir -m 0755 /nix && sudo chown m /nix
curl https://nixos.org/nix/install | sh
nix-env -iA nixpkgs.gnunet
gnunet-config -s ats -o WAN_QUOTA_IN -V unlimited
gnunet-config -s ats -o WAN_QUOTA_OUT -V unlimited
gnunet-config -s ats -o LAN_QUOTA_IN -V unlimited
gnunet-config -s ats -o LAN_QUOTA_OUT -V unlimited
gnunet-config -s arm -o GLOBAL_POSTFIX -V '-L ERROR'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment