We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77f0b82 commit 093ef73Copy full SHA for 093ef73
nixos-modules/microvm/options.nix
@@ -187,14 +187,12 @@ in
187
serial = mkOption {
188
type = nullOr str;
189
default = null;
190
- description = "User-configured serial number for the disk
191
- (Currently only respected if using cloud-hypervisor)";
+ description = "User-configured serial number for the disk";
192
};
193
direct = mkOption {
194
- type = nullOr bool;
195
- default = null;
196
- description = "Whether to set O_DIRECT on the disk.
197
+ type = bool;
+ default = false;
+ description = "Whether to set O_DIRECT on the disk.";
198
199
label = mkOption {
200
0 commit comments