Make disks list empty by default

This commit is contained in:
Manuel Thalmann 2024-06-22 18:57:17 +02:00
parent 19656f4b46
commit a45fdba591

View file

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