ssh
CI / lint (push) Successful in 2m26s
CI / eval (push) Successful in 5m34s

This commit is contained in:
Miguel Palhas
2026-07-01 18:42:17 +01:00
parent 195ee328de
commit 1f89394e40
3 changed files with 10 additions and 9 deletions
+2
View File
@@ -24,6 +24,8 @@
home.packages = with pkgs; [
imagemagick
doctl
awscli2
terraform
inotify-tools
devenv
bruno
+5 -6
View File
@@ -1,5 +1,4 @@
_:
{
_: {
programs.ssh = {
enable = true;
@@ -47,14 +46,14 @@ _:
# Auto-forward localhost:47100/47101 to the same ports on yolo.
LocalForward = [
{
bind.port = 47100;
bind.port = 41700;
host.address = "localhost";
host.port = 47100;
host.port = 41700;
}
{
bind.port = 47101;
bind.port = 41701;
host.address = "localhost";
host.port = 47101;
host.port = 41701;
}
];
};