From 9c50baee2e6c75fcc2910422bfb4a3b6ddff0c67 Mon Sep 17 00:00:00 2001 From: goeranh Date: Sun, 3 May 2026 14:05:26 +0200 Subject: [PATCH] add gradient nix cache --- default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/default.nix b/default.nix index 1a1f679..39d3355 100644 --- a/default.nix +++ b/default.nix @@ -40,6 +40,12 @@ in ]; # trusted-users = [ "administration" ]; auto-optimise-store = true; + trusted-substituters = [ + "https://gradient.adm.htw.stura-dresden.de/cache/stura" + ]; + trusted-public-keys = [ + "gradient.adm.htw.stura-dresden.de-stura:rVy7JDos8CTvKJsrotP2/y/ICbCNv69HKy0Dfsgrafs=" + ]; }; optimise.automatic = true; gc = {