lib: Make primaryInterface default to ""

This commit is contained in:
PapaTutuWawa 2021-11-04 23:51:34 +01:00
parent fb3856242b
commit ba27ecb9c2

View File

@ -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;