Skip to content

Commit

Permalink
Add omnix cache
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Jul 24, 2024
1 parent 32de958 commit a20e90c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions nixos/caches/oss.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
{
nix.settings.trusted-public-keys = [
#"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"om.cachix.org-1:ifal/RLZJKN4sbpScyPGqJ2+appCslzu7ZZF/C01f2Q="
"nammayatri.cachix.org-1:PiVlgB8hKyYwVtCAGpzTh2z9RsFPhIES6UKs0YB662I="
# "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
];
nix.settings.substituters = [
#"https://nix-community.cachix.org"
# "https://cache.garnix.io?priority=41"
"https://om.cachix.org"
"https://nammayatri.cachix.org?priority=42"
];
}

0 comments on commit a20e90c

Please sign in to comment.