From 3b01da5ac407407f91b0dd08ea42f7d791991832 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Wed, 6 Mar 2024 20:42:36 +0100 Subject: [PATCH] sgx-azure: add nixsgx cachix Signed-off-by: Harald Hoyer --- homes/x86_64-linux/harald@sgx-azure/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/homes/x86_64-linux/harald@sgx-azure/default.nix b/homes/x86_64-linux/harald@sgx-azure/default.nix index 425072c..a648872 100644 --- a/homes/x86_64-linux/harald@sgx-azure/default.nix +++ b/homes/x86_64-linux/harald@sgx-azure/default.nix @@ -10,6 +10,13 @@ homeDirectory = "/home/${config.home.username}"; stateVersion = "23.11"; # Please read the comment before changing. sessionPath = [ "$HOME/bin" ]; + nix.settings = { + substituters = [ "https://cache.nixos.org" "https://nixsgx.cachix.org" ]; + trusted-public-keys = [ + "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" + "nixsgx.cachix.org-1:tGi36DlY2joNsIXOlGnSgWW0+E094V6hW0umQRo/KoE=" + ]; + }; }; plusultra = {