mirror of
https://github.com/RGBCube/ncc
synced 2025-07-27 18:17:44 +00:00
feat: add privatevoid cachers
This commit is contained in:
parent
08061fb6e2
commit
5a485ffa16
1 changed files with 2 additions and 0 deletions
|
@ -4,12 +4,14 @@
|
|||
nixConfig = {
|
||||
extra-substituters = [
|
||||
"https://cache.garnix.io/"
|
||||
"https://cache.privatevoid.net"
|
||||
"https://hyprland.cachix.org/"
|
||||
"https://nix-community.cachix.org/"
|
||||
];
|
||||
|
||||
extra-trusted-public-keys = [
|
||||
"cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
|
||||
"cache.privatevoid.net:SErQ8bvNWANeAvtsOESUwVYr2VJynfuc9JRwlzTTkVg="
|
||||
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
|
||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue