{
  nix = {
    settings = {
      substituters = [
        "https://cache.lix.systems"
      ];
      trusted-public-keys = [
      ];
    };
  };
}