5 lines
131 B
Nix
5 lines
131 B
Nix
{
|
|
swapDevices = [{ device = "/dev/disk/by-label/Swap";
|
|
options = [ "discard" "nofail" "x-systemd.device-timeout=5" ];
|
|
}];
|
|
} |