Don't add the s3 substituter by default

This commit is contained in:
Alexander Bantyev 2021-07-31 16:29:36 +03:00
parent 5e433839c3
commit eafcb316f5
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5

View File

@ -3,6 +3,9 @@
nixPath = lib.mkForce [ "self=/etc/self/compat" "nixpkgs=/etc/nixpkgs" ]; nixPath = lib.mkForce [ "self=/etc/self/compat" "nixpkgs=/etc/nixpkgs" ];
binaryCaches = [ binaryCaches = [
"https://cache.nixos.org" "https://cache.nixos.org"
];
trustedBinaryCaches = [
"s3://serokell-private-cache?endpoint=s3.eu-central-1.wasabisys.com&profile=serokell-private-cache-wasabi" "s3://serokell-private-cache?endpoint=s3.eu-central-1.wasabisys.com&profile=serokell-private-cache-wasabi"
]; ];