Temporarily disabled nix substituters and self hosted cache

This commit is contained in:
Andrea Ciceri 2024-02-21 17:50:32 +01:00
parent 986ae73987
commit d22a47303f
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -18,12 +18,12 @@
"@wheel"
];
netrc-file = "/etc/nix/netrc";
substituters = [
"s3://cache?profile=default&region=eu-south-1&scheme=https&endpoint=cache.aciceri.dev"
];
trusted-public-keys = [
"cache.aciceri.dev~1:nJMfcBnYieY2WMbYDG0s9S5qUhU+V4RPL+X9zcxXxZY="
];
# substituters = [
# "s3://cache?profile=default&region=eu-south-1&scheme=https&endpoint=cache.aciceri.dev"
# ];
# trusted-public-keys = [
# "cache.aciceri.dev~1:nJMfcBnYieY2WMbYDG0s9S5qUhU+V4RPL+X9zcxXxZY="
# ];
};
extraOptions = ''
@ -68,7 +68,7 @@
};
};
distributedBuilds = true;
distributedBuilds = false;
buildMachines = lib.lists.optional (config.networking.hostName == "picard") {
hostName = "sisko.fleet";
system = "aarch64-linux";