From 1a21e6fa2be2ab8d0d634e906ee94b9f641656c6 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Mon, 8 Dec 2025 10:44:56 +0100 Subject: [PATCH] it helps if I set the identity path --- hosts/nuos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/nuos/configuration.nix b/hosts/nuos/configuration.nix index 5949422..695d562 100644 --- a/hosts/nuos/configuration.nix +++ b/hosts/nuos/configuration.nix @@ -308,7 +308,7 @@ }; age = { - identityPaths = [ "${config.users.users.noa.home}/.ssh/id_ed25519" ]; + identityPaths = [ "/etc/ssh/ssh_host_ed25519_key.pub" ]; secrets = lib.mkMerge [ { "secrets/token-flurry".file = ../../secrets/github/flurry.age;