summary refs log tree commit diff stats
path: root/sys/nix/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'sys/nix/default.nix')
-rw-r--r--sys/nix/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/nix/default.nix b/sys/nix/default.nix
index 9014f5f..71dab10 100644
--- a/sys/nix/default.nix
+++ b/sys/nix/default.nix
@@ -29,11 +29,13 @@
     settings = {
       auto-optimise-store = true;
       experimental-features = ["nix-command" "flakes"];
-      trusted-substituters = [
+      substituters = [
         "https://cache.garnix.io"
+        "https://hyprland.cachix.org"
       ];
       trusted-public-keys = [
         "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
+        "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
       ];
     };
   };