From 72e91f715a4480e2ba153c86ff9320fd317ddd84 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Sun, 4 Feb 2024 14:15:54 +0100 Subject: [PATCH] Add nix-community cache --- modules/misc/common/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/misc/common/default.nix b/modules/misc/common/default.nix index 70694af..251f81d 100644 --- a/modules/misc/common/default.nix +++ b/modules/misc/common/default.nix @@ -124,6 +124,8 @@ "root" "@wheel" ]; + substituters = [ "https://nix-community.cachix.org" ]; + trusted-public-keys = [ "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" ]; min-free = 1000000000; max-free = 10000000000; connect-timeout = 5;