mirror of
https://github.com/thegeneralist01/config.git
synced 2026-03-07 10:59:55 +01:00
feat: add garnix to cache
This commit is contained in:
parent
e2f7050687
commit
e190c5cbaa
1 changed files with 2 additions and 0 deletions
|
|
@ -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" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue