summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/shared/traits/determinate.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/shared/traits/determinate.nix b/modules/shared/traits/determinate.nix
index fc96fe1..8e56db1 100644
--- a/modules/shared/traits/determinate.nix
+++ b/modules/shared/traits/determinate.nix
@@ -33,7 +33,7 @@ in
(lib.mkIf cfg.flakehub-cache.enable {
nix.settings = {
- extra-trusted-substituters = [ "https://cache.flakehub.com" ];
+ extra-substituters = [ "https://cache.flakehub.com" ];
extra-trusted-public-keys = [
"cache.flakehub.com-3:hJuILl5sVK4iKm86JzgdXW12Y2Hwd5G07qKtHTOcDCM="
"cache.flakehub.com-4:Asi8qIv291s0aYLyH6IOnr5Kf6+OF14WVjkE6t3xMio="