nixos/tmate-ssh-server: fix test by opening port on firewall

This commit is contained in:
Nick Cao 2023-06-27 21:20:50 +08:00
parent 198edce0bb
commit 6ecfdd3fa4
No known key found for this signature in database

View File

@ -24,6 +24,7 @@ in
services.tmate-ssh-server = {
enable = true;
port = 2223;
openFirewall = true;
};
};
client = { ... }: {