diff --git a/modules/hosts/john-p14s/configuration.nix b/modules/hosts/john-p14s/configuration.nix index 516af31..fc73138 100644 --- a/modules/hosts/john-p14s/configuration.nix +++ b/modules/hosts/john-p14s/configuration.nix @@ -111,6 +111,8 @@ }) ]; sops.defaultSopsFile = ./secrets.yaml; - sops.age.sshKeyPaths = [ "${config.home.homeDirectory}/.ssh/id_ed25519"]; + sops.age.sshKeyPaths = [ + "${config.home-manager.users.john.home.homeDirectory}/.ssh/id_ed25519" + ]; }; }