mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Correct settings related to Flox on darwin
This commit is contained in:
parent
b2f97f3e41
commit
759c21a442
1 changed files with 6 additions and 2 deletions
|
|
@ -93,10 +93,14 @@
|
|||
"nix-command"
|
||||
"repl-flake"
|
||||
];
|
||||
extra-trusted-public-keys = [
|
||||
trusted-public-keys = [
|
||||
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
|
||||
"flox-cache-public-1:7F4OyH7ZCnFhcze3fJdfyXYLQw/aV7GEed86nQ7IsOs="
|
||||
];
|
||||
extra-trusted-substituters = [
|
||||
substituters = [
|
||||
"https://cache.nixos.org"
|
||||
];
|
||||
trusted-substituters = [
|
||||
"https://cache.flox.dev"
|
||||
];
|
||||
trusted-users = [ "@admin" "${username}" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue