This commit is contained in:
fwastring 2025-09-08 21:45:19 +02:00
parent 7bc5e14a6e
commit 6ff838b83f
8 changed files with 31 additions and 275 deletions

View file

@ -68,6 +68,12 @@
user = "fw";
identityFile = "/home/fw/.ssh/fw-ssh-key";
};
"desktop" = {
hostname = "192.168.1.227";
port = 22;
user = "fw";
identityFile = "/home/fw/.ssh/id_rsa";
};
};
};
}