weasel: use tent cache

This commit is contained in:
2025-08-29 16:58:51 +02:00
parent 0b500773b1
commit e07b013506

View File

@@ -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=" ];
};
}