swapDevices.<name>.device can be a swap file.

This commit is contained in:
Robert Hensing 2019-12-28 15:20:22 +01:00 committed by Bjørn Forsman
parent 0f85c5bc5f
commit 71358c4f1e

View File

@ -58,7 +58,7 @@ let
device = mkOption {
example = "/dev/sda3";
type = types.str;
description = "Path of the device.";
description = "Path of the device or swap file.";
};
label = mkOption {