Radish alpha
r
rad:z254T5p17bdFPmzfDojsdjo4HjpoZ
Radicle Infrastructure as Code (NixOS, OpenTofu, …)
Radicle
Git
os/host/seed: Restore SSH access
Lorenz Leutgeb committed 10 months ago
commit 7b25d9bf880e2cd895cc21d3d2681da89b02792a
parent 8986116
1 file changed +4 -0
modified os/host/seed/ssh.nix
@@ -4,6 +4,10 @@
  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}";