summary refs log tree commit diff
path: root/modules/binary-cache.nix
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2025-02-14 01:38:09 +0100
committerMel <mel@rnrd.eu>2025-02-14 01:38:09 +0100
commit0b11b5d57c096699b7b6f0f0527047d0948fc335 (patch)
tree7039d1bf93dd0ab7318781c5bd3856b988f63d33 /modules/binary-cache.nix
parentea98b5d508d40f06e42fb905d6c26e39b9e0d498 (diff)
downloadnetwork-0b11b5d57c096699b7b6f0f0527047d0948fc335.tar.zst
network-0b11b5d57c096699b7b6f0f0527047d0948fc335.zip
Lower renard cache priority, I don't have *that* much bandwidth
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'modules/binary-cache.nix')
-rw-r--r--modules/binary-cache.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/binary-cache.nix b/modules/binary-cache.nix
index d0e0a72..8bbfb09 100644
--- a/modules/binary-cache.nix
+++ b/modules/binary-cache.nix
@@ -23,6 +23,7 @@ in
       settings = {
         bind = "127.0.0.1:${toString cachePort}";
         workers = 6;
+        priority = 33;
       };
     };