From bacbe5244c9601a004d080c7e5473bd55b885a03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vili=20Sinerv=C3=A4?= Date: Fri, 13 Jun 2025 13:36:04 +0300 Subject: [PATCH] Add personal nix cache as a substituter --- shared/base.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shared/base.nix b/shared/base.nix index 13c543d..d84c8b4 100644 --- a/shared/base.nix +++ b/shared/base.nix @@ -153,6 +153,8 @@ "flakes" ]; auto-optimise-store = true; + substituters = [ "https://cache.sinerva.eu" ]; + trusted-public-keys = [ "cache.sinerva.eu:TaIhyAKozO/r88EBWMSdbp+TB0YlcXT/EADunYoYLVc=" ]; }; gc = { automatic = true;