nixos-config/nixos/system/desktop/cachix/all-hies.nix
2023-01-07 16:41:03 +01:00

8 lines
183 B
Nix

{
nix.settings = {
substituters = [ "https://all-hies.cachix.org" ];
trusted-public-keys = [ "all-hies.cachix.org-1:JjrzAOEUsD9ZMt8fdFbzo3jNAyEWlPAwdVuHw4RD43k=" ];
};
}