From d942e7ba31cfb859daca60f8393b771cbd32dfeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Gro=C3=9Fmann?= Date: Wed, 13 Dec 2023 17:29:19 +0100 Subject: [PATCH] feat: nixai substituter --- modules/config/nix.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/config/nix.nix b/modules/config/nix.nix index fe14425..7ca89ab 100644 --- a/modules/config/nix.nix +++ b/modules/config/nix.nix @@ -16,6 +16,7 @@ "https://colmena.cachix.org" "https://cache.nixos.org" "https://nixpkgs-wayland.cachix.org" + "https://ai.cachix.org" ]; trusted-public-keys = [ "nix-config.cachix.org-1:Vd6raEuldeIZpttVQfrUbLvXJHzzzkS0pezXCVVjDG4=" @@ -23,6 +24,7 @@ "colmena.cachix.org-1:7BzpDnjjH8ki2CT3f6GdOk7QAzPOl+1t3LvTLXqYcSg=" "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" "nixpkgs-wayland.cachix.org-1:3lwxaILxMRkVhehr5StQprHdEo4IrE8sRho9R9HOLYA=" + "ai.cachix.org-1:N9dzRK+alWwoKXQlnn0H6aUx0lU/mspIoz8hMvGvbbc=" ]; cores = 0; max-jobs = "auto";