fixup! it helps if I set the identity path
This commit is contained in:
parent
1a21e6fa2b
commit
ef63128120
1 changed files with 1 additions and 1 deletions
|
|
@ -308,7 +308,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
age = {
|
age = {
|
||||||
identityPaths = [ "/etc/ssh/ssh_host_ed25519_key.pub" ];
|
identityPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
|
||||||
secrets = lib.mkMerge [
|
secrets = lib.mkMerge [
|
||||||
{
|
{
|
||||||
"secrets/token-flurry".file = ../../secrets/github/flurry.age;
|
"secrets/token-flurry".file = ../../secrets/github/flurry.age;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue