Make disks list empty by default

This commit is contained in:
Manuel Thalmann 2024-06-22 18:57:17 +02:00
parent 63aca41d06
commit 68c3599705

View file

@ -195,6 +195,8 @@
disks = mkOption {
type = types.attrsOf (mkDiskType false);
description = "The additional disks to format.";
default = {};
};
script = mkOption {