Loading nixos/modules/tasks/filesystems.nix +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ let mountPoint = mkOption { example = "/mnt/usb"; type = nonEmptyWithoutTrailingSlash; description = lib.mdDoc "Location of the mounted the file system."; description = lib.mdDoc "Location of the mounted file system."; }; device = mkOption { Loading Loading
nixos/modules/tasks/filesystems.nix +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ let mountPoint = mkOption { example = "/mnt/usb"; type = nonEmptyWithoutTrailingSlash; description = lib.mdDoc "Location of the mounted the file system."; description = lib.mdDoc "Location of the mounted file system."; }; device = mkOption { Loading