From 0ae905e88fb91bc48edc1c22c752f5540ef4bb11 Mon Sep 17 00:00:00 2001 From: arnie Date: Wed, 9 Jul 2025 10:00:19 +0200 Subject: [PATCH] Add trusted substituters for nixpkgs terraform --- darwin/common.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/darwin/common.nix b/darwin/common.nix index b78ae45..ed858b2 100644 --- a/darwin/common.nix +++ b/darwin/common.nix @@ -183,6 +183,13 @@ in nix.settings = { experimental-features = lib.mkDefault "nix-command flakes"; + trusted-substituters = [ + "https://nixpkgs-terraform.cachix.org" + ]; + + trusted-public-keys = [ + "nixpkgs-terraform.cachix.org-1:8Sit092rIdAVENA3ZVeH9hzSiqI/jng6JiCrQ1Dmusw=" + ]; }; homebrew = {