Radish alpha
r
rad:z254T5p17bdFPmzfDojsdjo4HjpoZ
Radicle Infrastructure as Code (NixOS, OpenTofu, …)
Radicle
Git
radicle-infra os host network iris 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 AAAAC3NzaC1lZDI1NTE5AAAAILCHL/pbyjZ8Mm1esh6rXe5x/QSDzPUtiR0RZMhRqPoe ${config.networking.fqdn}";
}