Add nixpkgs-terraform, remove flox

This commit is contained in:
Gene Liverman 2024-05-20 11:22:01 -04:00
parent 6007a1aa53
commit 0f43327044
6 changed files with 91 additions and 242 deletions

View file

@ -43,15 +43,11 @@
"flakes"
"nix-command"
];
trusted-public-keys = [
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"flox-cache-public-1:7F4OyH7ZCnFhcze3fJdfyXYLQw/aV7GEed86nQ7IsOs="
extra-substituters = [
"https://nixpkgs-terraform.cachix.org"
];
substituters = [
"https://cache.nixos.org"
];
trusted-substituters = [
"https://cache.flox.dev"
extra-trusted-public-keys = [
"nixpkgs-terraform.cachix.org-1:8Sit092rIdAVENA3ZVeH9hzSiqI/jng6JiCrQ1Dmusw="
];
trusted-users = [ "${username}" ];
};