fix(auth): add ssh ports
This commit is contained in:
parent
d5aa5ac42f
commit
79c7daccfd
1 changed files with 8 additions and 0 deletions
|
@ -22,4 +22,12 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
matchBlocks = {
|
||||
"edge.514fpv.io".port = 8086;
|
||||
"sf.514fpv.io".port = 8087;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue