mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
nixos/tmate-ssh-server: fix test by opening port on firewall
This commit is contained in:
parent
198edce0bb
commit
6ecfdd3fa4
@ -24,6 +24,7 @@ in
|
||||
services.tmate-ssh-server = {
|
||||
enable = true;
|
||||
port = 2223;
|
||||
openFirewall = true;
|
||||
};
|
||||
};
|
||||
client = { ... }: {
|
||||
|
Loading…
Reference in New Issue
Block a user