services.swapspace.extraArgs

NixOS option

Any extra arguments to pass to swapspace

type: list of string
Default
[ ]
Example
[
  "-P"
  "-v"
]
declared in: nixos/modules/services/system/swapspace.nixView source on NixOS/nixpkgs →