erreur DNS pour grudu. utilisation @IPv4

pull/7/head
Jean-Pierre PRUNARET 8 years ago
parent a5bfdbcd3d
commit 6cdd621db2

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

Loading…
Cancel
Save