@@ -54,5 +54,26 @@ inputs.nixpkgs.lib.extend (
"-march=znver3"
"-mtune=znver3"
];
vpnNamespaceOpenPort =
port:
{ ... }:
{
vpnNamespaces.wg = {
portMappings = [
from = port;
to = port;
}
openVPNPorts = [
port = port;
protocol = "both";
};
)
The note is not visible to the blocked user.