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; + } + ]; }; }; };