Set a default null for local-gateway
This commit is contained in:
parent
46e5d85c30
commit
340e0fcb15
@ -84,6 +84,12 @@ let
|
|||||||
default = null;
|
default = null;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
local-gateway = mkOption {
|
||||||
|
type = nullOr str;
|
||||||
|
description = "Hostname of the local gateway, if any.";
|
||||||
|
default = null;
|
||||||
|
};
|
||||||
|
|
||||||
enable-ssh-backdoor = mkOption {
|
enable-ssh-backdoor = mkOption {
|
||||||
type = bool;
|
type = bool;
|
||||||
description =
|
description =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user