From cf4c1973aa2e9c09317b24bc909c14c475ccbbf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Schr=C3=B6ter?= Date: Sat, 12 Aug 2023 19:01:23 +0200 Subject: [PATCH] feat(nix): add wurzelpfropf.cachix.org for ragenix --- system/nix.nix | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/system/nix.nix b/system/nix.nix index e1de8f3..ecb5cbd 100644 --- a/system/nix.nix +++ b/system/nix.nix @@ -11,9 +11,14 @@ in { nix.settings = { trusted-users = [ "@wheel" ]; auto-optimise-store = true; - substituters = [ "https://felschr.cachix.org" ]; - trusted-public-keys = - [ "felschr.cachix.org-1:raomy5XA2tsVkBoG6wo70ARIn+V24IXhWaSe3QZo12A=" ]; + substituters = [ + "https://felschr.cachix.org" + "https://wurzelpfropf.cachix.org" # ragenix + ]; + trusted-public-keys = [ + "felschr.cachix.org-1:raomy5XA2tsVkBoG6wo70ARIn+V24IXhWaSe3QZo12A=" + "wurzelpfropf.cachix.org-1:ilZwK5a6wJqVr7Fyrzp4blIEkGK+LJT0QrpWr1qBNq0=" + ]; }; system.autoUpgrade = {