S3 cache: set lower priority

This commit is contained in:
Filippo Berto 2024-10-02 15:08:13 +02:00
parent 0926956e49
commit 4332962407
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

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