activation du client sur les machines + ajout monstre

This commit is contained in:
2016-07-09 21:42:44 +02:00
parent 0bbddfbfa0
commit 2fa21f7f4d
2 changed files with 14 additions and 6 deletions

View File

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