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
|
{ config, pkgs, lib, ...}: let
|
||||||
subs = [
|
subs = [
|
||||||
"https://cache.thegeneralist01.com/"
|
"https://cache.thegeneralist01.com/"
|
||||||
|
"https://cache.garnix.io/"
|
||||||
"https://cache.nixos.org/"
|
"https://cache.nixos.org/"
|
||||||
];
|
];
|
||||||
in {
|
in {
|
||||||
|
|
@ -21,6 +22,7 @@ in {
|
||||||
|
|
||||||
extra-trusted-public-keys = [
|
extra-trusted-public-keys = [
|
||||||
"cache.thegeneralist01.com:jkKcenR877r7fQuWq6cr0JKv2piqBWmYLAYsYsSJnT4="
|
"cache.thegeneralist01.com:jkKcenR877r7fQuWq6cr0JKv2piqBWmYLAYsYsSJnT4="
|
||||||
|
"cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
|
||||||
];
|
];
|
||||||
|
|
||||||
trusted-users = [ "root" "@build" "@wheel" ];
|
trusted-users = [ "root" "@build" "@wheel" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue