summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSkullheadx <andrew@montgomery.systems>2026-07-09 00:12:51 -0400
committerSkullheadx <andrew@montgomery.systems>2026-07-09 00:12:51 -0400
commitbfd951f5c20b68cbd08c23cf272b6e2de8a9e51c (patch)
tree3fc6a2c3707d3a5e8a7f11c47d8c94146560fa92
parentupdate flake lock (diff)
downloadnixos-bfd951f5c20b68cbd08c23cf272b6e2de8a9e51c.tar.gz
nixos-bfd951f5c20b68cbd08c23cf272b6e2de8a9e51c.tar.bz2
nixos-bfd951f5c20b68cbd08c23cf272b6e2de8a9e51c.zip
use nix-cache.skullheadx.com for darwin too
-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="
];
};