Radish alpha
r
rad:z254T5p17bdFPmzfDojsdjo4HjpoZ
Radicle Infrastructure as Code (NixOS, OpenTofu, …)
Radicle
Git
radicle-infra os host dev seed ssh.nix
{
  pkgs,
  config,
  lib,
  ...
}: {
  imports = [
    ../../../mixin/ssh.nix
  ];

  sops.secrets ."ssh/key".sopsFile = ./sops/ssh.yaml;

  environment.etc."ssh/ssh_host_ed25519_key.pub".text = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMXpC2X07TCIslR907omxrk6J+K3p0rGOMaJAHe1K2i3 ${config.networking.fqdn}";
}