add deck ssh entry

This commit is contained in:
Yan Lin 2025-11-02 21:16:12 +01:00
parent 328b8d6411
commit 9db5fa64da

View file

@ -58,6 +58,12 @@
identityFile = "~/.ssh/keys/hetzner"; identityFile = "~/.ssh/keys/hetzner";
}; };
"deck" = {
hostname = "deck.lan";
user = "yanlin";
identityFile = "~/.ssh/keys/deck";
};
"borg-box" = { "borg-box" = {
hostname = "u501367.your-storagebox.de"; hostname = "u501367.your-storagebox.de";
user = "u501367"; user = "u501367";