mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-09 16:33:57 -05:00
nix: add nix-community cache
This commit is contained in:
parent
b3f0edf5b6
commit
ac9ac9a3e3
1 changed files with 6 additions and 0 deletions
|
|
@ -31,6 +31,12 @@
|
|||
# Other nix settings
|
||||
#
|
||||
settings = {
|
||||
substituters = [
|
||||
"https://nix-community.cachix.org"
|
||||
];
|
||||
trusted-public-keys = [
|
||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||
];
|
||||
experimental-features = [
|
||||
"auto-allocate-uids"
|
||||
"ca-derivations"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue