Temporarily disabled nix substituters and self hosted cache
This commit is contained in:
parent
986ae73987
commit
d22a47303f
1 changed files with 7 additions and 7 deletions
|
@ -18,12 +18,12 @@
|
|||
"@wheel"
|
||||
];
|
||||
netrc-file = "/etc/nix/netrc";
|
||||
substituters = [
|
||||
"s3://cache?profile=default®ion=eu-south-1&scheme=https&endpoint=cache.aciceri.dev"
|
||||
];
|
||||
trusted-public-keys = [
|
||||
"cache.aciceri.dev~1:nJMfcBnYieY2WMbYDG0s9S5qUhU+V4RPL+X9zcxXxZY="
|
||||
];
|
||||
# substituters = [
|
||||
# "s3://cache?profile=default®ion=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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue