From 33981eea6d1738cf8f6b6913ee5ca64e57a729af Mon Sep 17 00:00:00 2001 From: Sam Date: Fri, 5 Jul 2024 18:56:41 +0100 Subject: [PATCH] Remove deploy_key from sops --- hosts/common/core/sops.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/hosts/common/core/sops.nix b/hosts/common/core/sops.nix index 6cb172f..e217bcc 100644 --- a/hosts/common/core/sops.nix +++ b/hosts/common/core/sops.nix @@ -21,9 +21,6 @@ in }; secrets = { "passwords/root".neededForUsers = true; - "ssh_keys/deploy_key/id_ed25519" = { - path = "/etc/ssh/deploy_key-ssh-ed25519"; - }; }; }; }