nixos-config/nixos/system/desktop/cachix/all-hies.nix

7 lines
182 B
Nix
Raw Normal View History

2019-10-24 02:20:38 +02:00
{
2023-01-07 16:41:03 +01:00
nix.settings = {
substituters = [ "https://all-hies.cachix.org" ];
trusted-public-keys = [ "all-hies.cachix.org-1:JjrzAOEUsD9ZMt8fdFbzo3jNAyEWlPAwdVuHw4RD43k=" ];
2019-10-24 02:20:38 +02:00
};
}