declare ssh key for host

This commit is contained in:
♥ Minnie ♥ 2024-01-22 19:57:58 +08:00
parent 2ea95c502f
commit cf7e76d125
No known key found for this signature in database

View file

@ -12,6 +12,9 @@
programs.ssh = { programs.ssh = {
enable = true; enable = true;
matchBlocks."viridian".hostname = "192.168.1.102"; matchBlocks."viridian" = {
hostname = "192.168.1.102";
identityFile = "/home/sajenim/.ssh/sajenim_sk";
};
}; };
} }