From ab9d93a3462b4efbb3fc81fea4ad709ae1bf5fda Mon Sep 17 00:00:00 2001 From: Artem Sheremet Date: Sun, 29 Mar 2026 17:47:09 +0000 Subject: [PATCH] Add nix-community cachix server --- modules/futureware.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/modules/futureware.nix b/modules/futureware.nix index 1d45cc2..2388c7d 100644 --- a/modules/futureware.nix +++ b/modules/futureware.nix @@ -21,12 +21,11 @@ lib.mkMerge [ { nix.settings = { substituters = [ - "http://nix-cache.home.arpa" - # nix-community cachix server - # TODO: this, but through our cache -- "https://nix-community.cachix.org" + "http://nix-cache.home.arpa/cache.nixos.org" + "http://nix-cache.home.arpa/nix-community.cachix.org" ]; trusted-public-keys = [ - # "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" + "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" ]; };