Skip to content

Commit

Permalink
fix(nixos): substitures
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Dec 21, 2023
1 parent 2300cc4 commit 9842333
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions machines/shared.nix
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,11 @@ in
auto-optimise-store = true;
substituters = [
"http://cachixe.local"
"https://cache.nixos.org/"
"https://nix-community.cachix.org"
];
trusted-public-keys = [
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"cachixe.local:qU9rh1z3nuIFocG7aBf/Uqgh7znVZc7Nsb/ZiG2cYZ4="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
trusted-users = [
"root"
Expand Down

0 comments on commit 9842333

Please sign in to comment.