From e07b013506123136e08f123fd4cd875bb3663c38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Bon=C3=A9?= Date: Fri, 29 Aug 2025 16:58:51 +0200 Subject: [PATCH] weasel: use tent cache --- m/weasel/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/m/weasel/configuration.nix b/m/weasel/configuration.nix index 73ede079..54442125 100644 --- a/m/weasel/configuration.nix +++ b/m/weasel/configuration.nix @@ -30,4 +30,10 @@ prefixLength = 24; } ]; }; + + # Use tent for cache + nix.settings = { + extra-substituters = [ "https://jungle.bsc.es/cache" ]; + extra-trusted-public-keys = [ "jungle.bsc.es:pEc7MlAT0HEwLQYPtpkPLwRsGf80ZI26aj29zMw/HH0=" ]; + }; }