setup ssh on hpm

This commit is contained in:
Sebastian Moser
2023-11-01 13:23:40 +01:00
parent c124045a04
commit c596e2b77d
2 changed files with 31 additions and 3 deletions

View File

@@ -9,8 +9,9 @@
identityFile = "${secretsDir}/private-key-main";
};
hpm = {
hostname = "192.168.1.56";
user = "root";
hostname = "192.168.1.6";
user = "me";
identityFile = "${secretsDir}/private-key-main";
};
servers = {