use wireguard IP for deck

This commit is contained in:
Yan Lin 2025-11-02 21:58:34 +01:00
parent 2ebe6d8d7a
commit 9c20308df7

View file

@ -58,7 +58,7 @@
}; };
"deck" = { "deck" = {
hostname = "deck.lan"; hostname = "10.2.2.40";
user = "yanlin"; user = "yanlin";
identityFile = "~/.ssh/keys/deck"; identityFile = "~/.ssh/keys/deck";
}; };