lib: Make primaryInterface default to ""
This commit is contained in:
parent
fb3856242b
commit
ba27ecb9c2
@ -12,6 +12,7 @@
|
|||||||
primaryInterface = lib.mkOption {
|
primaryInterface = lib.mkOption {
|
||||||
type = lib.types.str;
|
type = lib.types.str;
|
||||||
description = "The primary network interface to use";
|
description = "The primary network interface to use";
|
||||||
|
default = "";
|
||||||
};
|
};
|
||||||
hostName = lib.mkOption {
|
hostName = lib.mkOption {
|
||||||
type = lib.types.str;
|
type = lib.types.str;
|
||||||
|
Loading…
Reference in New Issue
Block a user