fixup! it helps if I set the identity path

This commit is contained in:
Noa Aarts 2025-12-08 10:46:14 +01:00
parent 1a21e6fa2b
commit ef63128120
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -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;