Radish alpha
r
rad:z254T5p17bdFPmzfDojsdjo4HjpoZ
Radicle Infrastructure as Code (NixOS, OpenTofu, …)
Radicle
Git
radicle-infra os mixin cache.nix
{
  nix.settings = {
    substituters = [
      "https://attic.radicle.xyz/radicle"
      "https://nix-community.cachix.org" # https://nix-community.org/cache/
      "https://cache.garnix.io" # https://garnix.io/docs/caching
    ];
    trusted-public-keys = [
      "radicle:TruHbueGHPm9iYSq7Gq6wJApJOqddWH+CEo+fsZnf4g="
      "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
      "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
    ];
  };
}