declare ssh key for host
This commit is contained in:
parent
2ea95c502f
commit
cf7e76d125
|
@ -12,6 +12,9 @@
|
|||
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
matchBlocks."viridian".hostname = "192.168.1.102";
|
||||
matchBlocks."viridian" = {
|
||||
hostname = "192.168.1.102";
|
||||
identityFile = "/home/sajenim/.ssh/sajenim_sk";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue