From 4ef27e43d7dad813a5d629ab2468e1c4453b9ab8 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Sat, 31 Aug 2024 16:17:13 +0200 Subject: [PATCH] pinwheel: Use `tailscale` DNS for `ssh` to `backwards` --- hosts/pinwheel/modules/ssh/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/pinwheel/modules/ssh/default.nix b/hosts/pinwheel/modules/ssh/default.nix index 1237ec0..925921b 100644 --- a/hosts/pinwheel/modules/ssh/default.nix +++ b/hosts/pinwheel/modules/ssh/default.nix @@ -5,8 +5,8 @@ enable = true; matchBlocks = { - "backwards.local" = { - hostname = "192.168.50.202"; + "backwards" = { + hostname = "backwards"; user = "alex"; identityFile = "/home/alex/.ssh/alex.pinwheel-backwards"; port = 1122;