diff options
| author | Skullheadx <andrew@montgomery.systems> | 2026-07-08 23:22:08 -0400 |
|---|---|---|
| committer | Skullheadx <andrew@montgomery.systems> | 2026-07-08 23:22:08 -0400 |
| commit | d9c791290ac34161933b2545584b167f3a69a6a3 (patch) | |
| tree | 942901a90982d68ccb12ba8fd3b29cb43f0ae123 /common-darwin.nix | |
| parent | try to fix links in ghostty (diff) | |
| download | nixos-d9c791290ac34161933b2545584b167f3a69a6a3.tar.gz nixos-d9c791290ac34161933b2545584b167f3a69a6a3.tar.bz2 nixos-d9c791290ac34161933b2545584b167f3a69a6a3.zip | |
add nix-cache.skullheadx.com
Diffstat (limited to '')
| -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; |
