fix rescue host build

This commit is contained in:
Colin 2024-05-31 10:37:03 +00:00
parent d692ac9851
commit 452543e6f3

View File

@ -34,6 +34,7 @@ in {
options = with lib; {
sane.ovpn.addrV4 = mkOption {
type = types.nullOr types.str;
default = null;
description = ''
ovpn issues one IP address per device.
set `null` to disable OVPN for this host.