ajout du flag pour le client nix-serve

This commit is contained in:
2016-07-09 21:42:02 +02:00
parent 85ee98585b
commit 0bbddfbfa0
3 changed files with 14 additions and 3 deletions

View File

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