r
Radicle
Git
{
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 AAAAC3NzaC1lZDI1NTE5AAAAIG3IXeH6/VO4oBUB7rr0TMfJyChcSINlZUrShC05fLf4 ${config.networking.fqdn}";
}