From ef631281207730d47016e13af95df875977e8b67 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Mon, 8 Dec 2025 10:46:14 +0100 Subject: [PATCH] fixup! 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 695d562..3049c84 100644 --- a/hosts/nuos/configuration.nix +++ b/hosts/nuos/configuration.nix @@ -308,7 +308,7 @@ }; age = { - identityPaths = [ "/etc/ssh/ssh_host_ed25519_key.pub" ]; + identityPaths = [ "/etc/ssh/ssh_host_ed25519_key" ]; secrets = lib.mkMerge [ { "secrets/token-flurry".file = ../../secrets/github/flurry.age;