mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -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
|
# Other nix settings
|
||||||
#
|
#
|
||||||
settings = {
|
settings = {
|
||||||
|
substituters = [
|
||||||
|
"https://nix-community.cachix.org"
|
||||||
|
];
|
||||||
|
trusted-public-keys = [
|
||||||
|
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||||
|
];
|
||||||
experimental-features = [
|
experimental-features = [
|
||||||
"auto-allocate-uids"
|
"auto-allocate-uids"
|
||||||
"ca-derivations"
|
"ca-derivations"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue