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
1 changed files with 7 additions and 6 deletions

View File

@ -30,13 +30,14 @@
vim
];
# FIXME: Turn off the binary cache by setting binaryCaches to empty list.
# This means that it will take a while for all packages to be built but it
# prevents a compromised cache taking over your system. As a result, the next
# line should be uncommented in production systems.
# nix.binaryCaches = [];
# FIXME: Turn on the binary cache by commenting out the next line. When the
# binary cache is enabled you are retrieving builds from a trusted third
# party which can compromise your system. As a result, the cache should only
# be enabled to speed up deployment of test systems.
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