From 2af3e3f42755c83f247788717606343f19511780 Mon Sep 17 00:00:00 2001 From: Lucy Hochkamp Date: Tue, 7 Oct 2025 20:00:57 +0200 Subject: [PATCH] add cache --- modules/presets/cli.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/presets/cli.nix b/modules/presets/cli.nix index e737f20e..2b7b7615 100644 --- a/modules/presets/cli.nix +++ b/modules/presets/cli.nix @@ -46,8 +46,10 @@ in substituters = [ # "https://cache.lix.systems" # "https://helix.cachix.org" + "https://attic.hailsatan.eu/xyno" ]; trusted-public-keys = [ + "xyno:l2mXaEYOj2kSjxT1dbP1iVya1bBXmKuO7jRXUZohi8c=" # "cache.lix.systems:aBnZUw8zA7H35Cz2RyKFVs3H4PlGTLawyY5KRbvJR8o=" # "helix.cachix.org-1:ejp9KQpR1FBI2onstMQ34yogDm4OgU2ru6lIwPvuCVs=" ];