From d438abe210a9b22e318038add46566d80a3fe032 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Sat, 22 Mar 2025 13:20:42 +0100 Subject: [PATCH] add trusted nix caches --- nixos/nix.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nixos/nix.nix b/nixos/nix.nix index 62b526f..235ac30 100644 --- a/nixos/nix.nix +++ b/nixos/nix.nix @@ -18,10 +18,14 @@ in { "https://cache.nixos.org/" "https://hyprland.cachix.org" "https://nix-community.cachix.org" + "https://cache.garnix.io" + "https://numtide.cachix.org" ]; trusted-public-keys = [ "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" + "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=" + "numtide.cachix.org-1:2ps1kLBUWjxIneOy1Ik6cQjb41X0iXVXeHigGmycPPE=" ]; }; gc = {