Radish alpha
r
rad:z254T5p17bdFPmzfDojsdjo4HjpoZ
Radicle Infrastructure as Code (NixOS, OpenTofu, …)
Radicle
Git
radicle-infra os mixin sops.nix
{
  config,
  pkgs,
  ...
}: {
  sops.age.sshKeyPaths = map (x: x.path) (builtins.filter (x: x.type == "ed25519") config.services.openssh.hostKeys);

  environment.systemPackages = with pkgs; [
    age
    sops
    ssh-to-age
  ];
}