From 0f1c9235e9e2299746bca0eb07ae8f939e735e3d Mon Sep 17 00:00:00 2001 From: Miguel Palhas Date: Thu, 28 May 2026 15:24:48 +0100 Subject: [PATCH] wip --- home/common/programs/dev.nix | 1 + home/common/programs/ssh.nix | 12 +++++++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/home/common/programs/dev.nix b/home/common/programs/dev.nix index 9cb2512..3de265a 100644 --- a/home/common/programs/dev.nix +++ b/home/common/programs/dev.nix @@ -51,5 +51,6 @@ nss.tools kicad + tea ]; } diff --git a/home/common/programs/ssh.nix b/home/common/programs/ssh.nix index ec3dc28..61e4508 100644 --- a/home/common/programs/ssh.nix +++ b/home/common/programs/ssh.nix @@ -5,11 +5,13 @@ matchBlocks = { "yolo" = { hostname = "10.7.10.2"; - remoteForwards = [{ - bind.port = 9222; - host.address = "localhost"; - host.port = 9222; - }]; + remoteForwards = [ + { + bind.port = 9222; + host.address = "localhost"; + host.port = 9222; + } + ]; }; }; };