feat: remote nvim markdown preview
This commit is contained in:
parent
a80bee0165
commit
84216db412
2 changed files with 12 additions and 3 deletions
|
|
@ -6,8 +6,14 @@
|
|||
enableIPv6 = false;
|
||||
firewall = {
|
||||
enable = true;
|
||||
allowedTCPPorts = [ 22 ];
|
||||
allowedUDPPorts = [ 51820 ];
|
||||
allowedTCPPorts = [
|
||||
22
|
||||
20088
|
||||
];
|
||||
allowedUDPPorts = [
|
||||
51820
|
||||
20088
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue