Correct settings related to Flox on darwin

This commit is contained in:
Gene Liverman 2024-04-09 11:46:25 -04:00
parent b2f97f3e41
commit 759c21a442

View file

@ -93,10 +93,14 @@
"nix-command" "nix-command"
"repl-flake" "repl-flake"
]; ];
extra-trusted-public-keys = [ trusted-public-keys = [
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"flox-cache-public-1:7F4OyH7ZCnFhcze3fJdfyXYLQw/aV7GEed86nQ7IsOs=" "flox-cache-public-1:7F4OyH7ZCnFhcze3fJdfyXYLQw/aV7GEed86nQ7IsOs="
]; ];
extra-trusted-substituters = [ substituters = [
"https://cache.nixos.org"
];
trusted-substituters = [
"https://cache.flox.dev" "https://cache.flox.dev"
]; ];
trusted-users = [ "@admin" "${username}" ]; trusted-users = [ "@admin" "${username}" ];