__                  __
								    /\ \                /\ \                                          __
						 ___     __      ___\ \ \___      __    \ \ \/'\     ___     ___ ___   __  __    ___ /\_\   __  _       ___   _ __    __
						/'___\ /'__`\   /'___\ \  _ `\  /'__`\   \ \ , <    / __`\ /' __` __`\/\ \/\ \ /' _ `\/\ \ /\ \/'\     / __`\/\`'__\/'_ `\
						/\ \__//\ \L\.\_/\ \__/\ \ \ \ \/\  __/  __\ \ \\`\ /\ \L\ \/\ \/\ \/\ \ \ \_\ \/\ \/\ \ \ \\/>   /  __/\ \L\ \ \ \//\ \L\ \
						\ \____\ \__/.\_\ \____\\ \_\ \_\ \____\/\_\\ \_\ \_\ \____/\ \_\ \_\ \_\ \____/\ \_\ \_\ \_\/\_/\_\/\_\ \____/\ \_\\ \____ \
						\/____/\/__/\/_/\/____/ \/_/\/_/\/____/\/_/ \/_/\/_/\/___/  \/_/\/_/\/_/\/___/  \/_/\/_/\/_/\//\/_/\/_/\/___/  \/_/ \/___L\ \
																				      /\____/
																				      \_/__/

											/nix/store milik bersama | tulung@komunix.org





		> NixOS

		# /etc/nixos/configuration.nix

		{ nix.settings.substituters = [ https://cache.komunix.org/ ]; }

		> GNU/Linux

		# /etc/nix/nix.conf

		fallback = true
		binary-caches = https://cache.komunix.org/ https://cache.nixos.org/
		
		# OR
		
		fallback = true
		substituters = https://cache.komunix.org
		

		> Mac OS

		# /root/.nixpkgs/darwin-configuration.nix

		nix.settings.substituters = pkgs.lib.mkBefore [ "https://cache.komunix.org/" ];

		> Flake
		
		nix.settings.experimental-features = [ "nix-command" "flakes" ];
		nix.settings.trusted-substituters = [ "https://cache.komunix.org" ];

		# Recomendation
		nix.settings.fallback = true;


		enjoy :^)

		---

		# stats for nerds

		$> find /home/komunix/nfs/nix-cache -type f | wc -l

		2714

		$> du -sh /home/komunix/nfs/nix-cache; echo; df -h /home/komunix/nfs/nix-cache; echo; date +%s

		1,1G	/home/komunix/nfs/nix-cache

                Filesystem                      Size  Used Avail Use% Mounted on
		/dev/mmcblk0p2   15G   14G     0 100% /

		1738481761