niksos/hosts/common/core/binary-caches.nix
2024-09-03 15:30:40 +02:00

12 lines
340 B
Nix

_: {
# no idea where to put this
# the rest of them are moved to their respective modules
nix.settings = {
substituters = [
"https://nix-community.cachix.org"
];
trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
};
}