Skip to content

Commit

Permalink
nix: trust nix-community substituter
Browse files Browse the repository at this point in the history
  • Loading branch information
MattSturgeon committed Nov 13, 2024
1 parent 96e7429 commit fc275e7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions modules/common/nix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ in

# Increase download buffer to 256MiB (default 64MiB)
download-buffer-size = 256 * 1024 * 1024;

trusted-substituters = [
"https://nix-community.cachix.org"
];

trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
};

# Enable garbage collection
Expand Down

0 comments on commit fc275e7

Please sign in to comment.