Add commented-out port specification for openssh
May be handy at some future point for getting around intermediate firewalls
This commit is contained in:
parent
d29e7f242b
commit
a31e1dfe88
1 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,9 @@
|
|||
{ config, configFiles, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.openssh.enable = true;
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
# ports = [ 22 16652 ];
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue