mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Add Flox
This commit is contained in:
parent
003367ce5e
commit
f8e187f447
5 changed files with 309 additions and 26 deletions
|
|
@ -96,10 +96,18 @@
|
|||
"nix-command"
|
||||
"repl-flake"
|
||||
];
|
||||
extra-substituters = [
|
||||
# extra-substituters = [
|
||||
# ];
|
||||
# extra-trusted-public-keys = [
|
||||
# ];
|
||||
substituters = [
|
||||
"https://cache.nixos.org" # default one
|
||||
"https://cache.flox.dev"
|
||||
"https://nixpkgs-terraform.cachix.org"
|
||||
];
|
||||
extra-trusted-public-keys = [
|
||||
trusted-public-keys = [
|
||||
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" # default one
|
||||
"flox-cache-public-1:7F4OyH7ZCnFhcze3fJdfyXYLQw/aV7GEed86nQ7IsOs="
|
||||
"nixpkgs-terraform.cachix.org-1:8Sit092rIdAVENA3ZVeH9hzSiqI/jng6JiCrQ1Dmusw="
|
||||
];
|
||||
trusted-users = [ "@admin" "${username}" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue