summaryrefslogtreecommitdiffstats
path: root/types.nix
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2022-09-04 12:11:30 +0200
committerJörg Thalheim <joerg@thalheim.io>2022-09-04 12:27:59 +0200
commit3e48d1fd85714f7a5172bfb7e65e214d136f1de1 (patch)
tree83e13cf1c7512c363ee275ae4dd5d8e709a05ecc /types.nix
parentfd2de4ddd46ce24c10cb2ba8fbfc744acc36da03 (diff)
name on partition is no longer optional
Diffstat (limited to 'types.nix')
-rw-r--r--types.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/types.nix b/types.nix
index 8e4e2a6..81be650 100644
--- a/types.nix
+++ b/types.nix
@@ -415,7 +415,6 @@ rec {
};
name = mkOption {
type = types.nullOr types.str;
- default = null;
};
start = mkOption {
type = types.str;