common/nix: use bagel-cache by default
This commit is contained in:
parent
411d514ab9
commit
58325e30dd
|
@ -11,4 +11,11 @@
|
||||||
setNixPath = true;
|
setNixPath = true;
|
||||||
setFlakeRegistry = true;
|
setFlakeRegistry = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Use our cache and trust its signing key. Still use cache.nixos.org as
|
||||||
|
# fallback.
|
||||||
|
nix.settings.substituters = [ "https://bagel-cache.s3-web.delroth.net/" ];
|
||||||
|
nix.settings.trusted-public-keys = [
|
||||||
|
"cache.forkos.org:xfXIUJO1yiEITJmYsVmNDa9BFSlgTh/YqZ+4ei1EhQg="
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue