feat: remote nvim markdown preview

This commit is contained in:
DACHXY 2025-03-04 20:37:32 +08:00
parent a80bee0165
commit 84216db412
2 changed files with 12 additions and 3 deletions

View file

@ -6,8 +6,14 @@
enableIPv6 = false;
firewall = {
enable = true;
allowedTCPPorts = [ 22 ];
allowedUDPPorts = [ 51820 ];
allowedTCPPorts = [
22
20088
];
allowedUDPPorts = [
51820
20088
];
};
};
}