From 788fdbdf9151334ce65fbe9191108d260b61554f Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sat, 14 Mar 2026 11:57:53 -0500 Subject: [PATCH] prune --- modules/hosts/test-nix.nix | 2 -- 1 file changed, 2 deletions(-) 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";