Add nix-community cachix server
This commit is contained in:
@@ -21,12 +21,11 @@ lib.mkMerge [
|
|||||||
{
|
{
|
||||||
nix.settings = {
|
nix.settings = {
|
||||||
substituters = [
|
substituters = [
|
||||||
"http://nix-cache.home.arpa"
|
"http://nix-cache.home.arpa/cache.nixos.org"
|
||||||
# nix-community cachix server
|
"http://nix-cache.home.arpa/nix-community.cachix.org"
|
||||||
# TODO: this, but through our cache -- "https://nix-community.cachix.org"
|
|
||||||
];
|
];
|
||||||
trusted-public-keys = [
|
trusted-public-keys = [
|
||||||
# "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user