diff options
Diffstat (limited to 'common-darwin.nix')
| -rw-r--r-- | common-darwin.nix | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/common-darwin.nix b/common-darwin.nix index e98a33c..32a1f5f 100644 --- a/common-darwin.nix +++ b/common-darwin.nix @@ -149,8 +149,15 @@ nixpkgs.config.allowUnfree = true; nix.settings = { experimental-features = ["nix-command" "flakes"]; - extra-substituters = ["https://nix-community.cachix.org"]; - extra-trusted-public-keys = ["nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="]; + substituters = [ + # "https://nix-cache.skullheadx.com" + "https://nix-community.cachix.org" + "https://cache.nixos.org/" + ]; + trusted-public-keys = [ + # "nix-cache.skullheadx.com:Nom1Auo0mjFVJGnquoIabtMrMEksqBQEab2RNv0ZnBc=" + "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" + ]; }; nix.optimise = { automatic = true; |
