|
|
@ -14,9 +14,12 @@ mkIf cfg.nix-serve-client {
|
|
|
|
requireSignedBinaryCaches = false;
|
|
|
|
requireSignedBinaryCaches = false;
|
|
|
|
binaryCaches = [
|
|
|
|
binaryCaches = [
|
|
|
|
(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.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/")
|
|
|
|
(mkIf profiles.isPrunetwork "https://cache.nixos.org/")
|
|
|
|
(mkIf (profiles.isPrunetwork && !profiles.isServer) "http://nix-cache.dubronetwork.fr:5001")
|
|
|
|
(mkIf (profiles.isPrunetwork && !profiles.isServer) "http://nix-cache.dubronetwork.fr:5001")
|
|
|
|
|
|
|
|
(mkIf (profiles.isPrunetwork && computers.isRadx) "http://phenom.grudu.net:5000")
|
|
|
|
];
|
|
|
|
];
|
|
|
|
extraOptions = ''
|
|
|
|
extraOptions = ''
|
|
|
|
connect-timeout = 5
|
|
|
|
connect-timeout = 5
|
|
|
|