From 366878eb3895869be9f0649f679aefb15be64833 Mon Sep 17 00:00:00 2001 From: Annika Merris Date: Thu, 16 May 2024 09:30:54 -0400 Subject: [PATCH] Trying to add the lix binary cache for `kim` --- hosts/kim/configuration.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hosts/kim/configuration.nix b/hosts/kim/configuration.nix index 92092a0..f820793 100644 --- a/hosts/kim/configuration.nix +++ b/hosts/kim/configuration.nix @@ -12,6 +12,14 @@ inputs.home-manager.nixosModules.default ]; + nix.settings.extra-substituters = [ + "https://cache.lix.systems" + ]; + + nix.settings.trusted-public-keys = [ + "cache.lix.systems:aBnZUw8zA7H35Cz2RyKFVs3H4PlGTLawyY5KRbvJR8o=" + ]; + # Workaround for an issue with docs and Aux documentation.nixos.enable = false;