summaryrefslogtreecommitdiffstats
path: root/common-linux.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--common-linux.nix11
1 files changed, 9 insertions, 2 deletions
diff --git a/common-linux.nix b/common-linux.nix
index 945fa0f..428870e 100644
--- a/common-linux.nix
+++ b/common-linux.nix
@@ -34,8 +34,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;