diff --git a/modules/hosts/test-nix.nix b/modules/hosts/test-nix.nix index 2421a65..8c1d7a7 100644 --- a/modules/hosts/test-nix.nix +++ b/modules/hosts/test-nix.nix @@ -18,8 +18,6 @@ in ]; sops.defaultSopsFile = ../../keys/secrets.yaml; - sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ]; - # sops.age.keyFile = "/var/lib/sops-nix/key.txt"; sops.secrets."test-nix/ssh_host_key" = { owner = "john"; path = "/home/john/.ssh/host_key";