Add trusted substituters for nixpkgs terraform

This commit is contained in:
Arnie 2025-07-09 10:00:19 +02:00
parent 8a56ff1571
commit 0ae905e88f
No known key found for this signature in database
GPG Key ID: 4BDFA3BCF2999D11

View File

@ -183,6 +183,13 @@ in
nix.settings = { nix.settings = {
experimental-features = lib.mkDefault "nix-command flakes"; 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 = { homebrew = {