From ca85518ef75ec8145b3edad397e4c1e8ff9ef553 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Mon, 12 Jun 2023 16:33:33 +0100 Subject: [PATCH] =?UTF-8?q?don=E2=80=99t=20use=20host-key=20on=20vf2=3F=3F?= =?UTF-8?q?=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/vf2.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config/vf2.nix b/config/vf2.nix index dfaf4728..b5d65da4 100644 --- a/config/vf2.nix +++ b/config/vf2.nix @@ -104,10 +104,6 @@ owner = "root"; path = "/root/.ssh/id_ed25519"; }; - sops.secrets."services/ssh/host-key" = { - owner = "root"; - path = "/etc/secrets/initrd/ssh_host_ed25519_key"; - }; system.autoUpgrade.allowReboot = true; services.tailscale.useRoutingFeatures = "server"; boot.kernel.sysctl."net.ipv4.conf.all.forwarding" = true;