ajout du cache nixos normal.

* la définition d'un server de cache supprimait cache.nixos.org de la liste

  Pour le voir nixos-option nix.binaryCaches
extraction-donnees-privees 2016-07-11-monstre
Jean-Pierre PRUNARET 9 years ago
parent 2c715f9e14
commit 9499034120

@ -8,6 +8,7 @@ in {
# Cache http pour le store # Cache http pour le store
requireSignedBinaryCaches = false; requireSignedBinaryCaches = false;
binaryCaches = [ binaryCaches = [
("https://cache.nixos.org/")
(mkIf (profiles.isDubronetwork && (! computers.isMonstre)) "http://192.168.10.169:5000") (mkIf (profiles.isDubronetwork && (! computers.isMonstre)) "http://192.168.10.169:5000")
(mkIf profiles.isDubronetwork "http://192.168.10.252:5000") (mkIf profiles.isDubronetwork "http://192.168.10.252:5000")

Loading…
Cancel
Save