about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2025-08-22 00:32:08 +0200
committerBaitinq <[email protected]>2025-08-22 00:32:08 +0200
commit136c39a6fae66cb6d45da30c2128626659f3609c (patch)
treef071c94e6b0c0b3ad0ee49c9713c64debacc6a51
parentHardware: PC: Nvidia container toolkit (diff)
downloadnixos-config-136c39a6fae66cb6d45da30c2128626659f3609c.tar.gz
nixos-config-136c39a6fae66cb6d45da30c2128626659f3609c.tar.bz2
nixos-config-136c39a6fae66cb6d45da30c2128626659f3609c.zip
Hosts: Add cuda binary cache
-rw-r--r--hosts/configuration.nix6
1 files changed, 6 insertions, 0 deletions
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;
   };