activation nix-serve client entre les serveurs online

This commit is contained in:
2017-02-19 18:10:48 +01:00
parent ca11b46674
commit 5b954581db

View File

@@ -13,6 +13,9 @@ mkIf cfg.nix-serve-client {
# Cache http pour le store # Cache http pour le store
requireSignedBinaryCaches = false; requireSignedBinaryCaches = false;
binaryCaches = [ binaryCaches = [
(mkIf (computers.isRollo) "http://ocean.grudu.net:5001/")
(mkIf (computers.isOcean) "http://rollo.grudu.net:5001/")
(mkIf (profiles.isDubronetwork && (! computers.isPedro) && (! computers.isRollo)) "http://nix-cache.dubronetwork.fr:5001") (mkIf (profiles.isDubronetwork && (! computers.isPedro) && (! computers.isRollo)) "http://nix-cache.dubronetwork.fr:5001")
(mkIf profiles.isPrunetwork "https://cache.nixos.org/") (mkIf profiles.isPrunetwork "https://cache.nixos.org/")