it helps if I set the identity path

This commit is contained in:
Noa Aarts 2025-12-08 10:44:56 +01:00
parent 2d5ab4bc3b
commit 1a21e6fa2b
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -308,7 +308,7 @@
}; };
age = { age = {
identityPaths = [ "${config.users.users.noa.home}/.ssh/id_ed25519" ]; identityPaths = [ "/etc/ssh/ssh_host_ed25519_key.pub" ];
secrets = lib.mkMerge [ secrets = lib.mkMerge [
{ {
"secrets/token-flurry".file = ../../secrets/github/flurry.age; "secrets/token-flurry".file = ../../secrets/github/flurry.age;