fix(auth): add ssh ports
This commit is contained in:
parent
bb89270e5e
commit
71aa5cf216
|
@ -22,4 +22,12 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
matchBlocks = {
|
||||
"edge.514fpv.io".port = 8086;
|
||||
"sf.514fpv.io".port = 8087;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue