fix: prefer hardware-backed ssh keys

This commit is contained in:
2026-04-10 23:05:18 +02:00
parent 28dc9d9570
commit 13f246e2ba
2 changed files with 8 additions and 1 deletions

View File

@@ -39,6 +39,10 @@ in
// {
"*" = {
addKeysToAgent = "yes";
identityFile = [
"~/.ssh/id_ed25519_sk"
"~/.ssh/id_ed25519"
];
};
};
};