more modules :3

This commit is contained in:
k3t
2026-06-24 01:20:56 -06:00
parent 1b97dc04c2
commit 0e73b7f9a5
4 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{
swapDevices = [{ device = "/dev/disk/by-label/Swap";
options = [ "discard" "nofail" ];
options = [ "discard" "nofail" "x-systemd.device-timeout=5" ];
}];
}