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;