about summary refs log tree commit diff
path: root/machines/profpatsch
diff options
context:
space:
mode:
Diffstat (limited to 'machines/profpatsch')
-rw-r--r--machines/profpatsch/shiki.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/machines/profpatsch/shiki.nix b/machines/profpatsch/shiki.nix
index 91e3780d..35792dee 100644
--- a/machines/profpatsch/shiki.nix
+++ b/machines/profpatsch/shiki.nix
@@ -116,6 +116,13 @@ in {
         supportedFeatures = [ "big-parallel" ];
       }
     ];
+    nix.binaryCaches = [
+      "https://digitallyinduced.cachix.org"
+    ];
+    nix.binaryCachePublicKeys = [
+      "digitallyinduced.cachix.org-1:y+wQvrnxQ+PdEsCt91rmvv39qRCYzEgGQaldK26hCKE="
+    ];
+
     nix.extraOptions = ''
       builders-use-substitutes = true
       auto-optimise-store = true