mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-08 01:07:23 +08:00
do not use my cache either
This commit is contained in:
parent
e5b7f834af
commit
19bf0c2080
1 changed files with 2 additions and 2 deletions
|
|
@ -1,11 +1,11 @@
|
|||
{ pkgs, ... }: {
|
||||
nix.settings.trusted-public-keys = [
|
||||
(builtins.readFile ../../secrets/cache-pub-key)
|
||||
# (builtins.readFile ../../secrets/cache-pub-key)
|
||||
# "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||
# "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
|
||||
];
|
||||
nix.settings.substituters = [
|
||||
"https://cache.srid.ca"
|
||||
# "https://cache.srid.ca"
|
||||
# "https://nix-community.cachix.org"
|
||||
# "https://cache.garnix.io"
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue