From 6faf148fde8906443aed9bbf388ae43a04988105 Mon Sep 17 00:00:00 2001 From: Petru Paler Date: Thu, 30 Oct 2025 07:24:48 +0000 Subject: [PATCH] Don't try to use the RSA SSH key, not supported by sops. --- common/global/sops.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/common/global/sops.nix b/common/global/sops.nix index 2a42a26..f775c30 100644 --- a/common/global/sops.nix +++ b/common/global/sops.nix @@ -4,7 +4,6 @@ # sometimes the impermanence bind mount is stopped when sops needs these age.sshKeyPaths = [ "${config.custom.impermanence.persistPath}/etc/ssh/ssh_host_ed25519_key" - "${config.custom.impermanence.persistPath}/etc/ssh/ssh_host_rsa_key" ]; defaultSopsFile = ./../../secrets/common.yaml; secrets = {