add gradient nix cache

This commit is contained in:
goeranh 2026-05-03 14:05:26 +02:00
parent b5329ad61f
commit 9c50baee2e
No known key found for this signature in database

View file

@ -40,6 +40,12 @@ in
]; ];
# trusted-users = [ "administration" ]; # trusted-users = [ "administration" ];
auto-optimise-store = true; 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; optimise.automatic = true;
gc = { gc = {