mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 15:04:59 +08:00
use garnix cache
This commit is contained in:
parent
55e6206489
commit
2b22cd2e5c
2 changed files with 7 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
imports = [
|
||||
# Disable all these caches, because nix is often stuck querying cachix.
|
||||
# ./oss.nix
|
||||
./oss.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,10 +1,12 @@
|
|||
{
|
||||
nix.settings.trusted-public-keys = [
|
||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||
"nammayatri.cachix.org-1:PiVlgB8hKyYwVtCAGpzTh2z9RsFPhIES6UKs0YB662I="
|
||||
#"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||
#"nammayatri.cachix.org-1:PiVlgB8hKyYwVtCAGpzTh2z9RsFPhIES6UKs0YB662I="
|
||||
"cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
|
||||
];
|
||||
nix.settings.substituters = [
|
||||
"https://nix-community.cachix.org"
|
||||
"https://nammayatri.cachix.org"
|
||||
#"https://nix-community.cachix.org"
|
||||
#"https://nammayatri.cachix.org"
|
||||
"https://cache.garnix.io"
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue