From 0b87addc97a76e998c2a4dab6b10209fe85faef2 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Thu, 19 Feb 2026 15:26:10 +0100 Subject: [PATCH] profiles/core: Add personal cachix cache to the substituters --- profiles/core.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/core.nix b/profiles/core.nix index 6fb7510..7690326 100644 --- a/profiles/core.nix +++ b/profiles/core.nix @@ -41,6 +41,11 @@ min-free = 4 * 1024 * 1024 * 1024; max-free = 6 * 1024 * 1024 * 1024; + + substituters = [ "https://sebastian-stork.cachix.org" ]; + trusted-public-keys = [ + "sebastian-stork.cachix.org-1:PAgwmtq5BF/UlUoXdBC2sX2EKZQ2vCjo3iGySujbaME=" + ]; }; };