From 222368696b2fbb74096b12c8fb4f42099aef3e0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20K=C3=A4nner?= Date: Sat, 28 Dec 2024 21:24:42 +0100 Subject: [PATCH] 490 current 1970-01-01 01:00:00 24.11.20241227.d49da4c 6.6.67 * --- hosts/MaxNixosLaptop/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/MaxNixosLaptop/configuration.nix b/hosts/MaxNixosLaptop/configuration.nix index f49a7d6..544158e 100644 --- a/hosts/MaxNixosLaptop/configuration.nix +++ b/hosts/MaxNixosLaptop/configuration.nix @@ -26,9 +26,10 @@ # NIXOS nix.settings = { experimental-features = ["nix-command" "flakes"]; - substituters = ["https://nix-community.cachix.org"]; + substituters = ["https://nix-community.cachix.org" "https://raspberry-pi-nix.cachix.org"]; trusted-public-keys = [ "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" + "raspberry-pi-nix.cachix.org-1:WmV2rdSangxW0rZjY/tBvBDSaNFQ3DyEQsVw8EvHn9o=" ]; auto-optimise-store = true; max-jobs = "auto";