diff --git a/modules/hardware.nix b/modules/hardware.nix index d31a198..9e83db7 100644 --- a/modules/hardware.nix +++ b/modules/hardware.nix @@ -92,7 +92,7 @@ in { description = "List of MTD device to attach"; type = types.listOf types.str; example = [ "ubi_a" "ubi_b" "data" ]; - default = null; + default = [ ]; }; networkInterfaces = mkOption { type = types.attrsOf types.anything;