Big changes

This commit is contained in:
FredzyW 2024-09-12 16:45:16 +02:00
parent 6b6e29b05b
commit 6c47269d8f
9 changed files with 187 additions and 50 deletions

View file

@ -62,6 +62,11 @@
user = "fw";
identityFile = "/home/fw/.ssh/fw-ssh-key";
};
"kobo" = {
hostname = "192.168.1.192";
port = 22;
user = "root";
};
};
};
}