diff options
| author | Baitinq <[email protected]> | 2025-08-22 00:32:08 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2025-08-22 00:32:08 +0200 |
| commit | 136c39a6fae66cb6d45da30c2128626659f3609c (patch) | |
| tree | f071c94e6b0c0b3ad0ee49c9713c64debacc6a51 /hosts/configuration.nix | |
| parent | Hardware: PC: Nvidia container toolkit (diff) | |
| download | nixos-config-136c39a6fae66cb6d45da30c2128626659f3609c.tar.gz nixos-config-136c39a6fae66cb6d45da30c2128626659f3609c.tar.bz2 nixos-config-136c39a6fae66cb6d45da30c2128626659f3609c.zip | |
Hosts: Add cuda binary cache
Diffstat (limited to '')
| -rw-r--r-- | hosts/configuration.nix | 6 |
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; }; |