niksos/hosts/common/core/binary-caches.nix

13 lines
340 B
Nix
Raw Normal View History

2024-09-01 22:51:32 +02:00
_: {
2024-09-03 15:30:40 +02:00
# 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="
];
};
}