From 9babe5a43770fe42ce9bb8a67d857b8aca0eea1d Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 10 Apr 2024 11:34:11 +0200 Subject: base: add personal binary cache --- system/settings/programs/base.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system/settings/programs/base.nix b/system/settings/programs/base.nix index 6b5304f9..5e0fe7e5 100644 --- a/system/settings/programs/base.nix +++ b/system/settings/programs/base.nix @@ -12,10 +12,12 @@ substituters = [ "https://nix-community.cachix.org" "https://deploy-rs.cachix.org" + "https://binarycache.alanpearce.eu" ]; trusted-public-keys = [ "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" "deploy-rs.cachix.org-1:xfNobmiwF/vzvK1gpfediPwpdIP0rpDV2rYqx40zdSI=" + "binarycache.alanpearce.eu:ZwqO3XMuajPictjwih8OY2+RXnOKpjZEZFHJjGSxAI4=" ]; }; } -- cgit 1.4.1