spiped: a different wildcard

This commit is contained in:
Motiejus Jakštys 2024-08-25 11:14:52 +03:00
parent 21e84bb162
commit 2beabf8ad8
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
ssh8022 = {
inherit (cfg) keyfile;
decrypt = true;
source = "*:8022";
source = "[0.0.0.0]:8022";
target = "127.0.0.1:22";
};
};