summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2024-04-10 11:34:11 +0200
committerAlan Pearce2024-04-10 11:34:11 +0200
commit9babe5a43770fe42ce9bb8a67d857b8aca0eea1d (patch)
tree17a41aa7c688a853fa31ee5d59054b5a6ee39730
parent67dec02ddcfae528dd23696cb7d51746dbadeaf6 (diff)
downloadnixfiles-9babe5a43770fe42ce9bb8a67d857b8aca0eea1d.tar.lz
nixfiles-9babe5a43770fe42ce9bb8a67d857b8aca0eea1d.tar.zst
nixfiles-9babe5a43770fe42ce9bb8a67d857b8aca0eea1d.zip
base: add personal binary cache
-rw-r--r--system/settings/programs/base.nix2
1 files changed, 2 insertions, 0 deletions
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="
     ];
   };
 }