swapDevices.*.options

NixOS option

Options used to mount the swap.

type: list of non-empty string
Default
[
  "defaults"
]
Example
[
  "nofail"
]
declared in: nixos/modules/config/swap.nixView source on NixOS/nixpkgs →