nix: try garnix cache on some hosts
This commit is contained in:
parent
5c2efae0fc
commit
3a4fd07bdb
2 changed files with 4 additions and 3 deletions
|
@ -15,9 +15,6 @@ in
|
||||||
../darwin/attic.nix
|
../darwin/attic.nix
|
||||||
|
|
||||||
../darwin/mas.nix
|
../darwin/mas.nix
|
||||||
|
|
||||||
#../darwin/skhd.nix
|
|
||||||
#../darwin/yabai.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
|
@ -34,6 +31,7 @@ in
|
||||||
substituters = [
|
substituters = [
|
||||||
"https://attic.cache.daniel.sx/nifoc-systems?priority=1"
|
"https://attic.cache.daniel.sx/nifoc-systems?priority=1"
|
||||||
"https://nix-community.cachix.org?priority=2"
|
"https://nix-community.cachix.org?priority=2"
|
||||||
|
"https://cache.garnix.io?priority=3"
|
||||||
];
|
];
|
||||||
|
|
||||||
trusted-substituters = [
|
trusted-substituters = [
|
||||||
|
@ -43,6 +41,7 @@ in
|
||||||
trusted-public-keys = [
|
trusted-public-keys = [
|
||||||
"nifoc-systems:eDDqVP5BFR6/1KvXbF9oUL8JahDdmbrsYtxlQ57LOTU="
|
"nifoc-systems:eDDqVP5BFR6/1KvXbF9oUL8JahDdmbrsYtxlQ57LOTU="
|
||||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||||
|
"cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
|
||||||
|
|
||||||
# trusted-substituters
|
# trusted-substituters
|
||||||
"devshells:YXtbU0DheB229oCr2D0H0qHjj2Ed/e2VZiLSXgQ1IVA="
|
"devshells:YXtbU0DheB229oCr2D0H0qHjj2Ed/e2VZiLSXgQ1IVA="
|
||||||
|
|
|
@ -77,12 +77,14 @@ in
|
||||||
"https://attic.cache.daniel.sx/nifoc-systems?priority=1"
|
"https://attic.cache.daniel.sx/nifoc-systems?priority=1"
|
||||||
"https://attic.cache.daniel.sx/nifoc-ci?priority=2"
|
"https://attic.cache.daniel.sx/nifoc-ci?priority=2"
|
||||||
"https://nix-community.cachix.org?priority=3"
|
"https://nix-community.cachix.org?priority=3"
|
||||||
|
"https://cache.garnix.io?priority=4"
|
||||||
];
|
];
|
||||||
|
|
||||||
trusted-public-keys = [
|
trusted-public-keys = [
|
||||||
"nifoc-systems:eDDqVP5BFR6/1KvXbF9oUL8JahDdmbrsYtxlQ57LOTU="
|
"nifoc-systems:eDDqVP5BFR6/1KvXbF9oUL8JahDdmbrsYtxlQ57LOTU="
|
||||||
"nifoc-ci:JpD9zqVQi8JuS7B8htPDOQZh08rhInMnGFS9RVhiuwk="
|
"nifoc-ci:JpD9zqVQi8JuS7B8htPDOQZh08rhInMnGFS9RVhiuwk="
|
||||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||||
|
"cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue