feat: add garnix to cache

This commit is contained in:
TheGeneralist 2025-07-01 20:42:12 +02:00
parent e2f7050687
commit e190c5cbaa
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4

View file

@ -1,6 +1,7 @@
{ config, pkgs, lib, ...}: let
subs = [
"https://cache.thegeneralist01.com/"
"https://cache.garnix.io/"
"https://cache.nixos.org/"
];
in {
@ -21,6 +22,7 @@ in {
extra-trusted-public-keys = [
"cache.thegeneralist01.com:jkKcenR877r7fQuWq6cr0JKv2piqBWmYLAYsYsSJnT4="
"cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
];
trusted-users = [ "root" "@build" "@wheel" ];