Files
2026-06-24 01:20:56 -06:00

5 lines
131 B
Nix

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