S3 cache: better performamnce?

This commit is contained in:
Filippo Berto 2024-09-22 13:28:34 +02:00
parent 06d42b5af0
commit 94b5f77e76
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -3,7 +3,7 @@
nix.settings = {
extra-substituters = [
"https://hyprland.cachix.org"
"s3://nix-cache?endpoint=heimdall.tsn:9000&scheme=http"
"s3://nix-cache?endpoint=heimdall.tsn:9000&scheme=http&parallel-compression=true&want-mass-query=true"
# "s3://nix-cache?endpoint=s3.bertof.net"
];