phenom: desactivation de latitude comme source nix-serve

pull/7/head
Yves Dubromelle 8 years ago
parent fae4a8237c
commit 5cd1cd0e6f

@ -14,7 +14,7 @@ mkIf cfg.nix-serve-client {
requireSignedBinaryCaches = false;
binaryCaches = [
(mkIf (profiles.isDubronetwork && (! computers.isPedro) && (! computers.isRollo)) "http://nix-cache.dubronetwork.fr:5001")
(mkIf (profiles.isDubronetwork && computers.isPhenom) "http://latitude.grudu.net:5000")
#(mkIf (profiles.isDubronetwork && computers.isPhenom) "http://latitude.grudu.net:5000")
(mkIf (profiles.isDubronetwork && computers.isPhenom) "http://radx.grudu.net:5000")
(mkIf profiles.isPrunetwork "https://cache.nixos.org/")

Loading…
Cancel
Save