From 759c21a4425216b0831d37c0d1ad2a15fca04427 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Tue, 9 Apr 2024 11:46:25 -0400 Subject: [PATCH] Correct settings related to Flox on darwin --- modules/system/common/all-darwin.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/modules/system/common/all-darwin.nix b/modules/system/common/all-darwin.nix index 1c890ac..c2cd233 100644 --- a/modules/system/common/all-darwin.nix +++ b/modules/system/common/all-darwin.nix @@ -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}" ];