From 63109a2a9fc7105352a46014c0b69e5d7c740401 Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Sat, 20 May 2023 15:29:09 +0100 Subject: [PATCH] Add to default substituters --- hosts/desktop.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/desktop.nix b/hosts/desktop.nix index 731bfa5..537916f 100644 --- a/hosts/desktop.nix +++ b/hosts/desktop.nix @@ -46,8 +46,9 @@ with lib.my; nix.settings = { auto-optimise-store = true; - trusted-substituters = [ + substituters = [ "http://odyssey.mesh.vimium.net" + "https://cache.nixos.org" ]; trusted-public-keys = [ "odyssey.mesh.vimium.net:ZhQhjscPWjoN4rlZwoMELznEiBnZ9O26iyGA27ibilQ="