From 0cfc1035e407274733b48777b811b6d9c8df4d9d Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Mon, 16 Feb 2026 12:36:57 -0600 Subject: [PATCH] fix --- modules/home-manager/sops.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager/sops.nix b/modules/home-manager/sops.nix index 46306cf..781b9c2 100644 --- a/modules/home-manager/sops.nix +++ b/modules/home-manager/sops.nix @@ -26,7 +26,7 @@ in sops # This is necessary to make the sops binary available ssh-to-age (writeShellScriptBin "gen-age-key" '' - ${lib.getExe pkgs.ssh-to-age} -i ${config.sshIdentityFile} -private-key > ${ageKeyFile} + ${lib.getExe pkgs.ssh-to-age} -i ${config.ssh.IdentityFile} -private-key > ${ageKeyFile} echo -n "Created ${ageKeyFile}: " echo $(show-age-key) '')