swapDevices.<name>.device can be a swap file.
This commit is contained in:
parent
0f85c5bc5f
commit
71358c4f1e
@ -58,7 +58,7 @@ let
|
|||||||
device = mkOption {
|
device = mkOption {
|
||||||
example = "/dev/sda3";
|
example = "/dev/sda3";
|
||||||
type = types.str;
|
type = types.str;
|
||||||
description = "Path of the device.";
|
description = "Path of the device or swap file.";
|
||||||
};
|
};
|
||||||
|
|
||||||
label = mkOption {
|
label = mkOption {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user