From 5899d8847c9201845dcf5a07eaa3124f89b5b500 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Mon, 5 May 2025 10:52:52 +0200 Subject: [PATCH] Use nix cache from hut --- m/raccoon/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/m/raccoon/configuration.nix b/m/raccoon/configuration.nix index 71042692..5d286a31 100644 --- a/m/raccoon/configuration.nix +++ b/m/raccoon/configuration.nix @@ -39,6 +39,12 @@ # Disable garbage collection for now nix.gc.automatic = lib.mkForce false; + # Use nix cache from hut + nix.settings = { + substituters = [ "https://jungle.bsc.es/cache" ]; + trusted-public-keys = [ "jungle.bsc.es:pEc7MlAT0HEwLQYPtpkPLwRsGf80ZI26aj29zMw/HH0=" ]; + }; + services.openssh.settings.X11Forwarding = true; nixpkgs.overlays = [