summary refs log tree commit diff stats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/nix/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/nix/default.nix b/sys/nix/default.nix
index 04ba61f..5398c63 100644
--- a/sys/nix/default.nix
+++ b/sys/nix/default.nix
@@ -18,6 +18,12 @@
     settings = {
       auto-optimise-store = true;
       experimental-features = ["nix-command" "flakes"];
+      trusted-substituters = [
+        "https://cache.garnix.io"
+      ];
+      trusted-public-keys = [
+        "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
+      ];
     };
   };
 }