Disable the binaryCache by default

This commit is contained in:
Jonas Nick 2019-01-15 23:07:32 +00:00
parent 0df59113f4
commit 723fac48a6
No known key found for this signature in database
GPG Key ID: 4861DBF262123605

View File

@ -30,13 +30,14 @@
vim vim
]; ];
# FIXME: Turn off the binary cache by setting binaryCaches to empty list. # FIXME: Turn on the binary cache by commenting out the next line. When the
# This means that it will take a while for all packages to be built but it # binary cache is enabled you are retrieving builds from a trusted third
# prevents a compromised cache taking over your system. As a result, the next # party which can compromise your system. As a result, the cache should only
# line should be uncommented in production systems. # be enabled to speed up deployment of test systems.
# nix.binaryCaches = []; nix.binaryCaches = [];
# FIXME: Add custom options (like boot options, output of nixos-generate-config, etc.): # FIXME: Add custom options (like boot options, output of
# nixos-generate-config, etc.):
# This value determines the NixOS release with which your system is to be # This value determines the NixOS release with which your system is to be