From 136c39a6fae66cb6d45da30c2128626659f3609c Mon Sep 17 00:00:00 2001 From: Baitinq Date: Fri, 22 Aug 2025 00:32:08 +0200 Subject: Hosts: Add cuda binary cache --- hosts/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/configuration.nix b/hosts/configuration.nix index de306ca..dd173f9 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -233,6 +233,12 @@ auto-allocate-uids = true; max-jobs = "auto"; cores = 0; + substituters = [ + "https://nix-community.cachix.org" + ]; + trusted-public-keys = [ + "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" + ]; }; optimise.automatic = true; }; -- cgit 1.4.1