mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
swapDevices.<name>.device can be a swap file.
This commit is contained in:
parent
0f85c5bc5f
commit
71358c4f1e
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue