{ config, pkgs, ... }: { 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" ]; } }