mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Cosmic and fixing terraform
This commit is contained in:
parent
a93c2bc3b9
commit
38046556b4
4 changed files with 152 additions and 47 deletions
|
|
@ -43,10 +43,18 @@
|
|||
"flakes"
|
||||
"nix-command"
|
||||
];
|
||||
extra-substituters = [
|
||||
# extra-substituters = [
|
||||
# ];
|
||||
# extra-trusted-public-keys = [
|
||||
# ];
|
||||
substituters = [
|
||||
"https://cache.nixos.org" # default one
|
||||
"https://cosmic.cachix.org/"
|
||||
"https://nixpkgs-terraform.cachix.org"
|
||||
];
|
||||
extra-trusted-public-keys = [
|
||||
trusted-public-keys = [
|
||||
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" # default one
|
||||
"cosmic.cachix.org-1:Dya9IyXD4xdBehWjrkPv6rtxpmMdRel02smYzA85dPE="
|
||||
"nixpkgs-terraform.cachix.org-1:8Sit092rIdAVENA3ZVeH9hzSiqI/jng6JiCrQ1Dmusw="
|
||||
];
|
||||
trusted-users = [ "${username}" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue