fix(nix): explicitly set ssh identity file
This commit is contained in:
parent
68fec7f6b2
commit
0e6218dda1
1 changed files with 6 additions and 0 deletions
|
@ -10,5 +10,11 @@
|
|||
base
|
||||
])
|
||||
];
|
||||
|
||||
programs.ssh.matchBlocks = {
|
||||
"server.doge-inc.net" = {
|
||||
identityFile = "/root/.ssh/id_25519";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue