aboutsummaryrefslogtreecommitdiffstats
path: root/sys/disks
diff options
context:
space:
mode:
Diffstat (limited to 'sys/disks')
-rw-r--r--sys/disks/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/disks/default.nix b/sys/disks/default.nix
index 97c1fc4f..a9dfd7e9 100644
--- a/sys/disks/default.nix
+++ b/sys/disks/default.nix
@@ -16,7 +16,9 @@ in {
disk = lib.mkOption {
type = lib.types.path;
example = lib.literalExpression "/dev/disk/by-uuid/0442cb6d-f13a-4635-b487-fa76189774c5";
- description = lib.mdDoc "The disk used for installing the OS";
+ description = ''
+ The disk used for installing the OS.
+ '';
};
ssd = lib.mkOption {
type = lib.types.bool;