fix rescue
host build
This commit is contained in:
@@ -34,6 +34,7 @@ in {
|
|||||||
options = with lib; {
|
options = with lib; {
|
||||||
sane.ovpn.addrV4 = mkOption {
|
sane.ovpn.addrV4 = mkOption {
|
||||||
type = types.nullOr types.str;
|
type = types.nullOr types.str;
|
||||||
|
default = null;
|
||||||
description = ''
|
description = ''
|
||||||
ovpn issues one IP address per device.
|
ovpn issues one IP address per device.
|
||||||
set `null` to disable OVPN for this host.
|
set `null` to disable OVPN for this host.
|
||||||
|
Reference in New Issue
Block a user