fix OpenVPN config suffix

This commit is contained in:
litinoveweedle
2026-01-26 18:26:14 +01:00
parent 3559f52e84
commit af403e5eae

View File

@@ -130,7 +130,7 @@ schema:
localdisks: str?
networkdisks: str?
openvpn_alt_mode: bool?
openvpn_config: match(^\w+\.conf$)?
openvpn_config: match(^\w+\.ovpn$)?
openvpn_enabled: bool?
openvpn_password: str?
openvpn_username: str?