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