summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common-darwin.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/common-darwin.nix b/common-darwin.nix
index 32a1f5f..9c7b5a8 100644
--- a/common-darwin.nix
+++ b/common-darwin.nix
@@ -150,12 +150,12 @@
nix.settings = {
experimental-features = ["nix-command" "flakes"];
substituters = [
- # "https://nix-cache.skullheadx.com"
+ "https://nix-cache.skullheadx.com"
"https://nix-community.cachix.org"
"https://cache.nixos.org/"
];
trusted-public-keys = [
- # "nix-cache.skullheadx.com:Nom1Auo0mjFVJGnquoIabtMrMEksqBQEab2RNv0ZnBc="
+ "nix-cache.skullheadx.com:Nom1Auo0mjFVJGnquoIabtMrMEksqBQEab2RNv0ZnBc="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
};