hypothetical fix for "waiting for decryption" timeouts after 90 secs

This commit is contained in:
Lyn 2024-10-18 19:54:35 +02:00
parent 1781bd41a2
commit 8a90755f14

View file

@ -26,7 +26,7 @@
fileSystems."/boot" = fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/0374-0967"; { device = "/dev/disk/by-uuid/0374-0967";
fsType = "vfat"; fsType = "vfat";
options = [ "fmask=0022" "dmask=0022" "umask=0077" ]; options = [ "fmask=0022" "dmask=0022" "umask=0077" "x-systemd.device-timeout=0"];
}; };
swapDevices = swapDevices =