Add trusted substituters for nixpkgs terraform
This commit is contained in:
parent
8a56ff1571
commit
0ae905e88f
@ -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 = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user