+4
-2
packetmix/systems/common/packetmix.nix
+4
-2
packetmix/systems/common/packetmix.nix
···
5
5
# packetmix.nix: packetmix support configuration, including our binary cache and auto-updating
6
6
{ config, pkgs, ... }:
7
7
{
8
-
nix.settings.substituters = [
8
+
nix.settings.substituters = (if !config.ingredient.nix-serve.enable then [
9
9
"https://cache.freshlybakedca.ke"
10
+
]) ++ [
10
11
"https://freshlybakedcake.cachix.org"
11
12
];
12
-
nix.settings.trusted-public-keys = [
13
+
nix.settings.trusted-public-keys = (if !config.ingredient.nix-serve.enable then [
13
14
"cache.freshlybakedca.ke-1:WD7CED6MwAxxOzgHlrHVbcVdYeqSa2mwBwR3vNuCJvg="
15
+
]) ++ [
14
16
"freshlybakedcake.cachix.org-1:YmhsHdeKjqbaS33PPJXJllTHBupT3hliQrPcllJXkE0="
15
17
];
16
18
+1
packetmix/systems/default.nix
+1
packetmix/systems/default.nix
packetmix/systems/midnight/cache.nix
packetmix/systems/nix-serve/cache.nix
packetmix/systems/midnight/cache.nix
packetmix/systems/nix-serve/cache.nix