name on partition is no longer optional

This commit is contained in:
Jörg Thalheim 2022-09-04 12:11:30 +02:00
parent fd2de4ddd4
commit 3e48d1fd85

View File

@ -415,7 +415,6 @@ rec {
};
name = mkOption {
type = types.nullOr types.str;
default = null;
};
start = mkOption {
type = types.str;