options pour utiliser le cache nix de phenom

This commit is contained in:
Yves Dubromelle
2016-07-06 16:08:32 +02:00
parent aae5d9a4cc
commit 87a0a9d3de

View File

@@ -0,0 +1,7 @@
{ config, pkgs, ... }:
{
# Cache http pour le store
nix.requireSignedBinaryCaches = false;
nix.binaryCaches = [ "http://192.168.10.169:5000" ];
}